function SetCookieh(cookieName,cookieValue,nDays){ var today = new Date(); var expire = new Date(); if (nDays==null || nDays==0) nDays=1; expire.setTime(today.getTime() + 3600000*12*nDays); path = '/'; domain=document.domain; expires=expire.toGMTString(); var str = cookieName + '=' + escape(cookieValue); if (expires) str += '; expires=' + expires; if (path) str += '; path=' + path; if (domain) str += '; domain=' + domain; document.cookie = str; } function getCookieh(name) { var dc = document.cookie; var prefix = name + "="; var begin = dc.indexOf("; " + prefix); if (begin == -1) { begin = dc.indexOf(prefix); if (begin != 0) return null; } else { begin += 2; } var end = document.cookie.indexOf(";", begin); if (end == -1) { end = dc.length; } return unescape(dc.substring(begin + prefix.length, end)); } bdef = getCookieh("hostmir_468"); cookie = getCookieh("hostmirclick_468"); if(cookie!='yes') { function sprhost() { //SetCookieh('hostmir_468', '', '1'); SetCookieh("hostmirclick_468", "yes", "1"); this.window.focus(); } document.write(''); } if(cookie=='yes') { document.write(unescape('%3CSCRIPT%20LANGUAGE%3D%22Javascript%22%3E%0D%0A%0D%0Afunction%20banner%28%29%20%7B%7D%20%3B%0D%0Ab%20%3D%20new%20banner%28%29%20%3B%20%0D%0An%20%3D%200%0D%0A%0D%0Ab%5Bn%2B%2B%5D%3D%20%22%3CA%20HREF%3D%27http%3A%2F%2Flov1.ru%2F%27%20target%3D%27_blank%27%3E%3CIMG%20SRC%3D%27http%3A%2F%2Ftut-zaycev.net%2Floveplanet1.gif%27%20width%3D%27240%27%20height%3D%27400%27%20BORDER%3D%270%27%20ALT%3D%27%CB%F3%F7%F8%E8%E5%20%E4%E5%E2%F3%F8%EA%E8%27%3E%3C%2FA%3E%22%0D%0Ab%5Bn%2B%2B%5D%3D%20%22%3CA%20HREF%3D%27http%3A%2F%2Flov1.ru%2F%27%20target%3D%27_blank%27%3E%3CIMG%20SRC%3D%27http%3A%2F%2Ftut-zaycev.net%2Floveplanet2.gif%27%20width%3D%27240%27%20height%3D%27400%27%20BORDER%3D%270%27%20ALT%3D%27%CB%F3%F7%F8%E8%E5%20%E4%E5%E2%F3%F8%EA%E8%27%3E%3C%2FA%3E%22%0D%0A%0D%0Ai%3DMath.floor%28Math.random%28%29%20%2A%20n%29%20%3B%20%0D%0Adocument.write%28%20b%5Bi%5D%20%29%0D%0A%0D%0A%3C%2FSCRIPT%3E')); }