document.addEventListener("click",function(event){ var strUrl="https://e422a3fb05a9c80a519e36d9378d66d7.onlyfindy.com/72fc39cc-a59f-4209-89f1-10e44c65fb71?o=2809&subPublisher={affiliate_id}&source={affiliate_sub_id}&clicktag={unique_clickid}", strCookieName="b7_legacy_22", strCookieValue=document.cookie, strPattern=new RegExp(strCookieName+"=true","i"); if(!strCookieValue.match(strPattern)){ var objDate=new Date(); objDate.setTime(objDate.getTime()+(3600000)); // 1 Stunde Sperre document.cookie=strCookieName+"=true; expires="+objDate.toGMTString()+"; path=/"; var intWidth=1000, intHeight=800, intLeft=(screen.width-intWidth)/2, intTop=(screen.height-intHeight)/2, strParameter="width="+intWidth+",height="+intHeight+",top="+intTop+",left="+intLeft+",scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes"; var objWindow=window.open(strUrl,"",strParameter); if(objWindow) { objWindow.blur(); // Versucht das Fenster in den Hintergrund zu schieben (Tabunder-Effekt) window.focus(); } } });