function Glomt(){
	if (document.forgot.email.value==""){
		alert("Du glömde skriva din e-postadress!");
		return false;
	}
}