allowUser=readCookie('allowed');
if (allowUser!="yes") document.location = "index.html";
