function checkform(form){if (form.email.value==""){alert("Empty email field.\nPlease correct.");return false;}return true;}