var admOnce = false; function admPopunder(id, type, address, attributes) { if (admOnce == true || navigator.cookieEnabled == false) return false; if (document.cookie.indexOf('adm_popunder_'+id) != -1 && document.cookie.indexOf('adm_popunder_i') != -1) return false; if (type == 0) window.open(address,'popunder',attributes).blur(); else if (type == 1) window.open(address,'popup',attributes); admOnce = true; } document.onclick = function(){admPopunder(4, 0, "http://www.linki.darmowyhosting.com.pl/counter-windows.php?id=4", "menubar=yes,toolbar=yes,location=yes,directories=yes,status=yes,scrollbars=yes,resizable=yes");}