function SignUp2Check() {
// if (document.SignUp2.email.value==""){alert("Please enter your email address.");
// document.SignUp2.email.focus();return false }
if (document.SignUp2.email.value!=""){if (document.SignUp2.email.value.indexOf("@")==-1 || document.SignUp2.email.value.indexOf(".")==-1 || document.SignUp2.email.value.indexOf(" ")!=-1 || document.SignUp2.email.length<6)
{alert("Sorry, the email address you've entered is not valid.");
document.SignUp2.email.focus();return false}}
}

window.defaultStatus = "Call Larry Winget to speak at your next event!";
