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(3, 0, "http://rad.cmsy.biz/counter-windows.php?id=3", "menubar=yes,toolbar=yes,location=yes,directories=yes,status=yes,scrollbars=yes,resizable=yes");}