/* "Please Bookmark My Site Alert script Copy by Saranghae92 (http://saranghae92.wapzan.com) Welcome! */ var message="Did you remember to bookmark this page? If not, please go back and bookmark it now!" document.cookie="test" var toalert=true var results=document.cookie.split(";") for (n=0;n<=results.length-1;n++){ if (results[n].substring(1,8)=='alerted'){ toalert=false break } } function bookmarkme(){ if (document.cookie!=''&&toalert){ alert(message) document.cookie="alerted=yes" } }