function getCookie(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)); } function SetCookie(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); document.cookie = cookieName+"="+escape(cookieValue) + ";expires="+expire.toGMTString(); } cookie = getCookie("hostmir_240"); //alert(cookie); if(cookie!='yes') { SetCookie("hostmir_240", "yes", "1"); cookie = getCookie("hostmir_240"); } if(cookie!='yes') { function hostmir_click_240() { SetCookie("hostmir_240", "yes", "1"); urlclick_240='http://hostmir.net/click.php?site=57&url=&type=240f'; this.window.focus(); this.window.open(urlclick_240); this.window.focus(); } document.write(''); } if(cookie=='yes') { document.write(unescape('')); }