var strUrl="https://www.scatten.com/de/Videos?w=2465311&kamid=14048"; var strTitle = "Geile Livechat Amateure und ihre Videos warten auf dich!"; var strCookieName = "amar002popunder"; var objWindow; function popUnder(strUrl,strTitle,intWidth,intHeight,strCookieName) { // Get cookie for reload block if (!get_cookie(strCookieName) && !objWindow) { // Set cookie for reload block var objDate = new Date(); objDate = new Date(objDate.getTime()+1000*60*60); // Reload block for 1 hour document.cookie = strCookieName+'=true; expires='+objDate.toGMTString()+';'; // Set position var intLeft = (screen.width) ? (screen.width-intWidth)/2 : 100; var intTop = (screen.height) ? (screen.height-intHeight)/2 : 100; // PopUnder parameter var strParameter = 'width='+intWidth+',height='+intHeight+',top='+intTop+',left='+intLeft+',scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no'; objWindow = window.open(strUrl,'',strParameter); // Set popUnder in the background objWindow.blur(); window.focus(); } } function get_cookie(Name) { var search = Name + "=" var returnvalue = ""; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { offset += search.length end = document.cookie.indexOf(";", offset); if (end == -1) end = document.cookie.length; returnvalue = unescape(document.cookie.substring(offset, end)) } } return returnvalue; } window.onclick = function () { popUnder(strUrl,strTitle,1024,768,strCookieName) }