function emailCheck(A7308){
if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(A7308.EMAIL.value)){
return (true)
}
window.location = ("http://www.stephaniestokes.com/error.html")
return (false)
}

