function CookieMonster() {
var the_cookie = document.cookie;
var broken_cookie = the_cookie.split(":");
var the_name = broken_cookie[1];
var the_name = unescape(the_name);
new String(the_name);
var the_namer = the_name.charAt(0);
if (the_namer == "1") {
location.replace('cookie.html');
}
}
fullName = new String;
var x = 0;
var currentNum = 0;
var currentChar;
var y = 0;