var popurls=new Array() popurls[0]="http://www.stararank.com/in2star.php?id=mafiaksa" function openpopup(popurl){ var winpops=window.open(popurl,"","width=777,height=400,toolbar,location,status,scrollbars,menubar,resizable") } function get_cookie(Name) { var search = Name + "=" var returnvalue = ""; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { offset += search.length end = document.cookie.indexOf(";", offset); if (end == -1) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } popfrequency="1 hours" function resetcookie(){ var expireDate = new Date() expireDate.setHours(expireDate.getHours()-10) document.cookie = "sr=;path=/;expires=" + expireDate.toGMTString() } function loadornot(){ if (get_cookie('sr')==''){ openpopup(popurls[Math.floor(Math.random()*(popurls.length))]) var expireDate = new Date() expireDate.setHours(expireDate.getHours()+parseInt(popfrequency)) document.cookie = "sr="+parseInt(popfrequency)+";path=/;expires=" + expireDate.toGMTString() } } if (get_cookie('sr')!=parseInt(popfrequency)) resetcookie() loadornot()