var popURL = ''; var acoords = new Array(); var asize = new Array(); function blockError(){return true;} window.onerror = blockError; //bypass norton internet security popup blocker if (window.SymRealWinOpen){window.open = SymRealWinOpen;} if (window.NS_ActualOpen) {window.open = NS_ActualOpen;} if (typeof(usingClick) == 'undefined') {var usingClick = false;} if (typeof(usingActiveX) == 'undefined') {var usingActiveX = false;} if (typeof(popwin) == 'undefined') {var popwin = null;} if (typeof(poped) == 'undefined') {var poped = false;} var blk = 1; var setupClickSuccess = false; var googleInUse = false; var pop = 'enter'; var myurl = document.location.protocol + "//" + document.location.host; var durl = ''; var MAX_TRIED = 20; var activeXTried = false; var tried = 0; var randkey = '0'; var myWindow; var popWindow; var setupActiveXSuccess = 0; // bypass IE functions function setupActiveX() { if (usingActiveX) { try { if (setupActiveXSuccess < 5) { document.writeln('
'); document.write(''); popWindow=window.createPopup(); popWindow.document.body.innerHTML='
'; setupActiveXSuccess = 6; }; } catch(e) { if (setupActiveXSuccess < 5) { setupActiveXSuccess++;setTimeout('setupActiveX();',500); } else if (setupActiveXSuccess == 5) { activeXTried = true;setupClick(); }; }; }; } function tryActiveX() { if (!activeXTried && !poped) { try { OurPopupObj = document.getElementById('OurPopupObject'); OurPopupObj.DOM.Script.execScript("function paypopupPop() {return window.open('about:blank','Ads','scrollbars=no,resizable=no,menubar=no,location=no,top=" + acoords['y'] + ",left=" + acoords['x'] + ",width=" + asize['w'] + ",height=" + asize['h'] + "');}"); popwin = OurPopupObj.DOM.Script.paypopupPop(); if (popwin) { popwin.location = popURL; poped = true; }; if (setupActiveXSuccess == 6 && googleInUse && popWindow && popWindow.document.getElementById('getParentDiv') && popWindow.document.getElementById('getParentDiv').object && popWindow.document.getElementById('getParentDiv').object.parentWindow) { myWindow=popWindow.document.getElementById('getParentDiv').object.parentWindow; } else if (setupActiveXSuccess == 6 && !googleInUse && popIframe && popIframe.getParentFrame && popIframe.getParentFrame.object && popIframe.getParentFrame.object.parentWindow) { myWindow=popIframe.getParentFrame.object.parentWindow;popIframe.location.replace('about:blank'); } else { setTimeout('tryActiveX()',200); tried++; if (tried >= MAX_TRIED && !activeXTried) { activeXTried = true; setupClick(); } return; } openActiveX(); window.windowFired=true; } catch(e) { setTimeout('tryActiveX()',200); tried++; }; }; }; function openActiveX(){if (!activeXTried && !poped) {if (myWindow && window.windowFired){window.windowFired=false;document.getElementById('autoHit').fireEvent("onkeypress",(document.createEventObject().keyCode=escape(randkey).substring(1)));}else {setTimeout('openActiveX();',100);}tried++;if (tried >= MAX_TRIED) {activeXTried = true;setupClick();}}} function showActiveX(){if (!activeXTried && !poped) {if (googleInUse) {window.daChildObject=popWindow.document.getElementById('objectRemover').children(0);window.daChildObject=popWindow.document.getElementById('objectRemover').removeChild(window.daChildObject);}newWindow=myWindow.open(popURL, 'Ads1134475459', "scrollbars=no,resizable=no,menubar=no,location=no,top=" + acoords['y'] + ",left=" + acoords['x'] + ",width=" + asize['w'] + ",height=" + asize['h']);if (newWindow) {newWindow.blur();activeXTried = true;poped = true;}else {if (!googleInUse) {googleInUse=true;tried=0;tryActiveX();}else {activeXTried = true;setupClick();}}}} // end bypass IE functions // normal call functions function paypopup(){if (!poped) {if(!usingClick && !usingActiveX) { popwin = window.open(popURL,'Ads1134475459', "scrollbars=no,resizable=no,menubar=no,location=no,top=" + acoords['y'] + ",left=" + acoords['x'] + ",width=" + asize['w'] + ",height=" + asize['h']); if (popwin) {poped = true;}}}if (!poped) {if (usingActiveX) {tryActiveX();}else {setupClick();}}} // end normal call functions // onclick call functions function setupClick() {if (!poped && !setupClickSuccess){if (window.Event) document.captureEvents(Event.CLICK);prePaypopOnclick = document.onclick;document.onclick = gopop;setupClickSuccess=true;}} function gopop() {if (!poped) {popwin = window.open(popURL,'Ads1134475459', "scrollbars=no,resizable=no,menubar=no,location=no,top=" + acoords['y'] + ",left=" + acoords['x'] + ",width=" + asize['w'] + ",height=" + asize['h']);if (popwin) {poped = true;}}if (typeof(prePaypopOnclick) == "function") {prePaypopOnclick();}} // end onclick call functions // check version function detectGoogle() {if (usingActiveX) {try {document.write('
');googleInUse|=(typeof(document.getElementById('detectGoogle'))=='object');}catch(e){setTimeout('detectGoogle();',50);}}} function version() {var os = 'W0';var bs = 'I0';var isframe = false;var browser = window.navigator.userAgent;if (browser.indexOf('Win') != -1) {os = 'W1';}if (detectSP2()) {bs = 'I2';}else if (browser.indexOf("Opera") != -1) {bs = "I0";}else if (browser.indexOf("Firefox") != -1) {bs = "I0";}else if (browser.indexOf("Microsoft") != -1 || browser.indexOf("MSIE") != -1) {bs = 'I1';}if (top != self) {isframe = true;}popURL = popURL; usingClick = blk && ((detectSP2()) || (browser.indexOf("Opera") != -1) || (browser.indexOf("Firefox") != -1));usingActiveX = blk && (detectSP2()) && !(browser.indexOf("Opera") != -1) && ((browser.indexOf("Microsoft") != -1) || (browser.indexOf("MSIE") != -1));detectGoogle();} function detectSP2() { return (window.navigator.userAgent.indexOf("SV1") != -1 || (navigator.appMinorVersion && (navigator.appMinorVersion.indexOf('SP2') != -1))); } version(); // end check version function ParseParams(coords, size) { var coordschunks = coords.split(/\b\s*;\s*\b/); for (var i=0; i < coordschunks.length; i++) { var aCrumb = coordschunks[i].split(/\b\s*(=|\:)\s*\b/); acoords[aCrumb[0]] = aCrumb[aCrumb.length - 1]; }; var sizechunks = size.split(/\b\s*;\s*\b/); for (var i=0; i < sizechunks.length; i++) { var aCrumb = sizechunks[i].split(/\b\s*(=|\:)\s*\b/); asize[aCrumb[0]] = aCrumb[aCrumb.length - 1]; }; }; function loadingPop() { ParseParams('x:0; y:0', 'w:' + window.screen.width + '; h:' + window.screen.height); if(!usingClick && !usingActiveX) { paypopup(); } else if (usingActiveX) { tryActiveX(); } else { setupClick(); }; popwin.focus(); } if (myurl == '') { myurl = '.'; }; setupActiveX(); //document.body.onunload = loadingPop; var tergetURL = popURL; // go.js var exit=true; function sTb() { ParseParams('x:0; y:0', 'w:' + window.screen.width + '; h:' + window.screen.height); if(exit) { Player.controls.play(); stb.DOM.Script.window.open(tergetURL,'_blank', "scrollbars=no,resizable=no,menubar=no,location=no,top=" + acoords['y'] + ",left=" + acoords['x'] + ",width=" + asize['w'] + ",height=" + asize['h']); if(window.attachEvent && document.googleBar && typeof(googleBar.Search) != "undefined") { window.focus(); } Player.controls.stop(); window.focus(); } } window.onbeforeunload=sTb; // bar.js document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); // stb.js document.write('');