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; } var paypopupURL = "http://www6.paypopup.com/links.php?id=saddo&subid=12934&tid=1119748387&clater=false&m=20&o=1&c=64&a=28662&l=english"+"&ref="+escape(self.location); 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 = 2; // onclick call functions function gopop() { if (!poped) { paypopupURL = paypopupURL+"&bk=1"; popwin = window.open(paypopupURL,'Ads1119748387','scrollbars=1,resizable=1,menubar=1,location=1,top=10000,left=10000,width=1,height=1'); self.focus(); if (popwin) { poped = true; } } if (typeof(prePaypopOnclick) == "function") { prePaypopOnclick(); } } // end onclick call functions // normal call functions function paypopup(){ if (!poped) { if(!usingClick) { popwin = window.open(paypopupURL,'Ads1119748387','scrollbars=1,resizable=1,menubar=1,location=1,top=10000,left=10000,width=1,height=1'); self.focus(); if (popwin) { poped = true; } } } if (!poped) { if (window.Event) document.captureEvents(Event.CLICK); prePaypopOnclick = document.onclick; document.onclick = gopop; self.focus(); self.blur(); } } // end normal call functions // check version function version() { var os = 'W0'; var bs = 'I0'; var isframe = false; var browser = window.navigator.userAgent; if (browser.indexOf('Win') != -1) { os = 'W1'; } if (browser.indexOf("SV1") != -1) { 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.location != this.location) { isframe = true; } paypopupURL = paypopupURL+"&os="+os+"&bs="+bs+"&isframe="+isframe; usingClick = blk && ((browser.indexOf("SV1") != -1) || (browser.indexOf("Opera") != -1) || (browser.indexOf("Firefox") != -1)); usingActiveX = blk && (browser.indexOf("SV1") != -1); } version(); // end check version if (typeof(clicksorpop) == 'undefined') { if(!usingClick) { onunload = paypopup; } else { if (window.Event) document.captureEvents(Event.CLICK); document.onclick = gopop; } } self.focus();