function thx(){ document.cookie="guest=posted;expires=Wednesday, 22-May-13 23:11:11 GMT"; } function checkitout(){ if(document.cookie.indexOf("posted") > 0){ alert("You have already posted to the guest list during this session !!") window.location="http://www.berksweb.com/guest/guestlist.html"; } }