function TheLogin(){
		var password = 'esoteric';
		if (this.document.login.pass.value == password){
			top.location.href="diek847hd.html";
		}
		else{
			location.href="false.html";
		}
	}
	
