var expiration = new Date(); expiration.setTime(expiration.getTime() + (60 * 60 * 1000)); function getCookie(name){ var cname = name + "="; var dc = document.cookie; if (dc.length != 0) { begin = dc.indexOf(cname); if (begin != -1) { begin += cname.length; end = dc.indexOf(";", begin); if (end == -1) end = dc.length; return unescape(dc.substring(begin, end)); } } return null; } function setCookie(name, value, expires) { document.cookie = name + "=" + escape(value) + ((expires == null) ? "" : "; expires=" + expires.toGMTString()) + "; path=/"; } function popWin() { setCookie('Visits', 1, expiration); window.open("http://hop.clickbank.net/hop.cgi?YuTaganrog/heleneint1","","directories=yes,toolbar=yes,status=yes, location=yes,resizable=yes,menubar=yes,scrollbars=yes") } var visitsCookie = getCookie('Visits'); if (visitsCookie == null) popWin(); self.focus();