<!-- /* © 1997-2003 SmellTheCoffee, Inc. All Rights Reserved.*/ 
	// Lets you see values stored in cookie
	indx = document.cookie.indexOf(";");
	var length = document.cookie.length;
	value = document.cookie.substring(2, length);
	// document.write(value); // Uncomment this if you want to see cookie contents
//-->	