function validate() {
	return validateEmail(document.getElementById("email"));
}

