function go(){
	if(document.getElementById("passwordbox").value==p){
		self.location.href="members.htm";
	}else{
		errortext.innerText="Sorry, incorrect password";
	}
}