function alertemail3(which){
if (confirm("IMPORTANT: We will be EMAILING you a copy of this information and a link back to this page, so a correct e-mail address is necessary.  You entered \""+which.value+"\" as your email address. If this is correct, please click OK to submit your information AND RETURN TO THIS PAGE.  If not, please click CANCEL and try again."))
return true
else{
which.focus()
return false
}
}