function blankEmail(fName) {
  if (! fName.email.value) {
      alert("You must specify either an Email address or a mailing address.")
      return false
       }
  else {
       alert("Your email address has been noted as " + fName.email.value)
     }
  if (fName.name == "question") {
         document.forms[0].action = "/cgi-bin/gen-form?wjr2007"
         document.forms[0].action += "@repole.com"
         document.forms[0].action += "+success-url=http://www.repole.com/thanks.html"
         document.forms[0].action += "+Comments"
     }
}

function fillemail() {
   email.innerText = "wjr2007";
   email.innerText += "@repole.com";
}
