//	<!-- begin
	function Enter(theFrm) 
	{
		var loc;
		var password;
					
		password=theFrm.document.entryform.inputbox.value
		loc=password + "/" + "index.html"
		alert("got here" + loc);
		location.href = loc;
		return(true);
	}
// -->

