function alertemail(which){
if (confirm("You entered \""+which.value+"\" as your email address. Is that correct?\n\nIt is important that your email address is correct as it will be used to respond to any feedback you give.\n\nClick OK to use this as your email address or Cancel to change it."))
return true
else{
which.focus()
return false
}
}
