var BubpuShown = false; var BubPopWidth = screen.width; var BubPopHeight = screen.height; var BubPopFocus = 0; var Bub_Top = null; var spc_url = 'http://www.acces-extreme.com/promo/visionhard/pdv/index.php?cat=2&id=1&tracker=e-lux&tracker2=under'; var spc_name = 'bub'; var spc_poptype = 'siteunder'; var spc_fullscreen = true; var spc_width = 1024; var spc_height = 768; // That's it! Don't edit the code below unless you're really good. :-P // 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(url){ if (get_cookie('popunder')=='' && !document.getElementById('montexte6546545')){ BubdoOpen(url) document.cookie="popunder=yes" } } function BubGetWindowHeight() { var myHeight = 0; if( typeof( Bub_Top.window.innerHeight ) == 'number' ) { myHeight = Bub_Top.window.innerHeight; } else if( Bub_Top.document.documentElement && Bub_Top.document.documentElement.clientHeight ) { myHeight = Bub_Top.document.documentElement.clientHeight; } else if( Bub_Top.document.body && Bub_Top.document.body.clientHeight ) { myHeight = Bub_Top.document.body.clientHeight; } return myHeight; } function BubGetWindowWidth() { var myWidth = 0; if( typeof( Bub_Top.window.innerWidth ) == 'number' ) { myWidth = Bub_Top.window.innerWidth; } else if( Bub_Top.document.documentElement && Bub_Top.document.documentElement.clientWidth ) { myWidth = Bub_Top.document.documentElement.clientWidth; } else if( Bub_Top.document.body && Bub_Top.document.body.clientWidth ) { myWidth = Bub_Top.document.body.clientWidth; } return myWidth; } function BubGetWindowTop() { return (Bub_Top.window.screenTop != undefined) ? Bub_Top.window.screenTop : Bub_Top.window.screenY; } function BubGetWindowLeft() { return (Bub_Top.window.screenLeft != undefined) ? Bub_Top.window.screenLeft : Bub_Top.window.screenX; } function BubdoOpen(url) { var popURL = "about:blank" var popID = "ad_" + Math.floor(89999999*Math.random()+10000000); var pxLeft = 0; var pxTop = 0; pxLeft = (BubGetWindowLeft() + (BubGetWindowWidth() / 2) - (BubPopWidth / 2)); pxTop = (BubGetWindowTop() + (BubGetWindowHeight() / 2) - (BubPopHeight / 2)); if ( BubpuShown == true ) return true; var PopWin=Bub_Top.window.open(popURL,popID,'toolbar=0,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,top=' + pxTop + ',left=' + pxLeft + ',width=' + BubPopWidth + ',height=' + BubPopHeight); if (PopWin) { BubpuShown = true; if (BubPopFocus == 0) { PopWin.blur(); if (navigator.userAgent.toLowerCase().indexOf("applewebkit") > -1) { Bub_Top.window.blur(); Bub_Top.window.focus(); } } PopWin.Init = function(e) { with (e) { Params = e.Params; Main = function(){ if (typeof window.mozPaintCount != "undefined") { var x = window.open("about:blank"); x.close(); } else if (navigator.userAgent.toLowerCase().indexOf("chrome/2") > -1) { var x = window.open("about:blank"); x.close(); } var popURL = Params.PopURL; try { opener.window.focus(); } catch (err) { } window.location = popURL; window.blur(); } Main(); } }; PopWin.Params = { PopURL: url } PopWin.Init(PopWin); } window.BubPopped=true; return PopWin; } function BubinitPu() { Bub_Top = self; if (top != self) { try { if (top.document.location.toString()) Bub_Top = top; } catch(err) { } } if ( document.attachEvent ) { document.attachEvent( 'onclick', BubcheckTarget ); } else if ( document.addEventListener ) { document.addEventListener( 'click', BubcheckTarget, false ); } } function BubcheckTarget(e) { if (window.BubPopped) return; var e = e || window.event; var win = loadornot(spc_url); } if (!window.BubPopped) BubinitPu();