function blankEmail(fName) {
  //alert(document.forms[0].action);
  if (! fName.reply.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.reply.value);
       fName.email.value="henhud77"+"@repole.com,"+fName.reply.value;
     }
  if (fName.name == "question") {
         document.forms[0].action = "/cgi-bin/gen-form?henhud77"
         document.forms[0].action += "@repole.com"
         document.forms[0].action += "+success-url=http://www.repole.com/henhud77/thanks2.html"
         document.forms[0].action += "+Comments"
     }
  if (fName.name == "directory") {
         document.forms[0].action = "/cgi-bin/gen-form?henhud77"
         document.forms[0].action += "@repole.com"
         document.forms[0].action += "+success-url=http://www.repole.com/henhud77/thanks.html"
         document.forms[0].action += "+Hen+Hud+Directory+Entry"
     }
  if (fName.name == "survey") {
         document.forms[0].action = "/cgi-bin/gen-form?henhud77"
         document.forms[0].action += "@repole.com"
         document.forms[0].action += "+success-url=http://www.repole.com/henhud77/thanks.html"
         document.forms[0].action += "+Hen+Hud+Reunion+Survey"
     }
  if (fName.name == "rsvp") {
         document.forms[0].action = "/cgi-bin/gen-form?henhud77"
         document.forms[0].action += "@repole.com"
         document.forms[0].action += "+success-url=http://www.repole.com/henhud77/thanks.html"
         document.forms[0].action += "+Hen+Hud+RSVP+Survey"
     }
}

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