var spamem = true; // Code variables to pass between pages var APcode = location.search.substring( 1 ); // Define sites to loop to. exempt = new Object(); exempt[ 0 ] = "mysite"; exempt[ 1 ] = "news"; exempt.length = 2; var frameSite = location.host.toLowerCase(); if( frameSite.indexOf( "www." ) == 0 ) frameSite = frameSite.substring( 4 ); if( document.domain ) document.domain = frameSite; // Register hit for valid visit function APhit( hitUrl ) { var s=top.location.search.substring( 1 ).toLowerCase(); var r=s.indexOf("referer=") >= 0 ? s.substring(s.indexOf("referer=")+8) : ""; var l=s.indexOf("login=") >= 0 ? s.substring(s.indexOf("login=")+6, s.indexOf("&",s.indexOf("login="))) : ""; var p=s.indexOf("pin=") >= 0 ? s.substring(s.indexOf("pin=")+4, s.indexOf("&",s.indexOf("pin="))) : ""; if( hitUrl.indexOf( "/" ) != 0 ) hitUrl = "/" + hitUrl; if(l.length>0||p.length>0) { document.fwd.action="/ap/hit"; document.fwd.refer.value=r; document.fwd.login.value=l; document.fwd.pin.value=p; document.fwd.go.value = escape( hitUrl ); if( hitUrl.indexOf( "/mem" ) == 0 ) { top.defaultStatus = 'go'; document.fwd.target="_top"; } } else { document.fwd.action=hitUrl; document.fwd.refer.value=""; document.fwd.login.value=""; document.fwd.pin.value=""; document.fwd.go.value=""; if( hitUrl.indexOf( "/mem" ) == 0 ) { top.defaultStatus = 'go'; document.fwd.target="_top"; } } document.fwd.submit(); } // Forward to url without popup function APgo( goUrl ) { if( goUrl.indexOf( "/mem" ) == 0 ) { top.defaultStatus = 'go'; top.location.href = goUrl + ( APcode.length > 0 ? "?" + APcode : "" ); } else location = goUrl + ( APcode.length > 0 ? "?" + APcode : "" ); } // Forward to url without popup function docReplace( goUrl ) { //top.location.replace(goUrl); //top.location.href = 'http://www.netmgt.com/tour_test/frontpage2.phtml'; location = goUrl; } function dispAd() { var url='http://www.tv69.com/ncons/s/s_hp_t1.htm'; var win='toolbar=0,directories=0,menubar=0,scrollbars=0,resizable=0,width=800,height=600,top=0,left=0'; if (spamem) { msg=open(url,'CEN_Sites',win); } } function LaunchBlur() { var url='http://www.tv69.com/blur/all_launch_reg.htm'; var win='toolbar=0,directories=0,menubar=0,scrollbars=0,resizable=0,top=6000,left=6000,width=1,height=1'; msg=open(url,'TheBlur1',win); self.focus; } function OnloadAd() { var url='http://www.tv69.com/lezdate/index_d.htm'; // c_console_loc var win='toolbar=0,directories=0,menubar=0,scrollbars=0,resizable=0,top=110,left=175,width=150,height=150'; msg=open(url,'LezAd1',win); } function StartTimer(){ setTimeout("OnloadAd();", 5000); }