// JavaScript Document
//<script type="text/javascript">

//JK Popup Window Script (version 3.0)- By JavaScript Kit (http://www.javascriptkit.com)
//Visit JavaScriptKit.com for free JavaScripts
//This notice must stay intact for legal use
//Win Type: Pop Up | Always
    
//Specify URLs to randomly select from and popup/popunder:
//To display a single URL, just remove all but the first entry below:
var popurls=new Array()
popurls[0]="http://www.profitsplus.org/e-retailer_frames.html"
//popurls[1]="http://www.profitsplus.org/sba_article_register.htm"

function openpopup(popurl){
//var winpops=window.open(popurl,"","resizable=1,scrollbars=yes,width=925,height=600,left=150,top=100")
var winpops=window.open(popurl,'_blank','top=100, left=150, height=800, width=925, status=no, menubar=no, resizable=1, scrollbars=1, toolbar=no, location=yes, directories=no')
}
// Un-comment the next 2 lines if used in line with the html
/*openpopup(popurls[Math.floor(Math.random()*(popurls.length))]) 
</script>*/