
<!--

function checkEmail(form) {

if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(appleform.email.value)){

return (true)

}

alert("Invalid E-mail Address! Please re-enter.")

appleform.email.value="";

appleform.email.focus();

return (false)

}

//-->
