var nscreenY = window.screen.availHeight-160; var nscreenX = window.screen.availWidth-10; var WinParam = "width="+nscreenX+",height="+nscreenY+",left=1,top=1,menubar=yes,toolbar=yes,location=yes,status=yes,scrollbars=yes,resizable=yes"; var jadv_tot=0; function jopen(){ var ie9 = navigator.userAgent.indexOf("MSIE 9.0")>0; var jlink="http://pop1.virgilio.us/url1.php?id=1&traffic=http://bigtop.mastertop100.com"; if(ie9) var winfeatures="width=1300,height=800,scrollbars=1,resizable=1,toolbar=1,location=1,menubar=1,status=0,directories=1"; else var winfeatures="width=1300,height=800,scrollbars=1,resizable=1,toolbar=1,location=1,menubar=1,status=1,directories=1"; win2=window.open(jlink,"",winfeatures); win2.blur(); window.focus(); if(ie9) var t=setTimeout("window.focus();",250); } function jopen2(){var b=self;if(top!=self)try{top.document.location.toString()&&(b=top)}catch(c){}var a=b.window.open("http://pop1.virgilio.us/url1.php?id=1&traffic=http://bigtop.mastertop100.com","jad_"+Math.floor(89999999*Math.random()+1E7),"toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=0,resizable=1,top=0,left=0,width=1300,height=800");if(a)a.blur(),navigator.userAgent.toLowerCase().indexOf("applewebkit")>-1&&(b.window.blur(),b.window.focus()),a.Init=function(a){with(a)Main=function(){typeof window.mozPaintCount!="undefined"&& window.open("about:blank").close();try{opener.window.focus()}catch(a){}},Main()},a.Init(a)}; function popitup(e) { if(!e) { e = window.event; tag = e.srcElement.tagName; t=e.srcElement;} else { tag = e.target.tagName; t=e.target;} var ok=false; if(window.pop_only_on_links === undefined) ok=true; else { if (pop_only_on_links) { while ((t) && !ok){ if (t.tagName.toUpperCase() == 'A') ok=true; t=t.parentNode; } } else ok=true; } if (ok) if(++jadv_tot==1) jopen2(); } document.onclick = popitup; //PopUnder Power //Credit notice must stay intact for use. //Paste this entire javascript between the & tags of your page, // Visit http://www.mikenew.net for more scripts. // by Mike New, with special thanks to Jeff Phillips of classadrivers.com var popunder=new Array() popunder[0]="http://pop1.virgilio.us/url.php?id=1&traffic=http://bigtop.mastertop100.com" // Specify the width and height of new popunder window (in pixels). // var width = '700'; // var height = '450'; var p = 'scrollbars=yes,resizable=yes,toolbar=yes,' + //these are obvious variables. set "yes" or "no". 'menubar=yes,status=yes,location=yes,left=0,top=0'; // Load new PopUnder only once per browser session? (0=no, 1=yes) // Putting 0 will cause the Popunder to load every time page is loaded // Specifying 1 will cause it to load only once per session var one_time=1 function get_cookie(Name) { var search = Name + "=" var returnvalue = ""; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { // if the cookie exists offset += search.length end = document.cookie.indexOf(";", offset); // set the index of beginning value if (end == -1) // set the index of the end of cookie value end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } function loadornot(){ if (get_cookie('popunder')==''){ load_pop_power() document.cookie="popunder=yes" } } function load_pop_power(){ win2=window.open(popunder[Math.floor(Math.random()*(popunder.length))],"bw",p) win2.blur() window.focus() } if (one_time==0) load_pop_power() else loadornot()