function email() {
  emailAddress = "mailto:evan@goer.org?Subject=" + 
    document.email.subjectx[document.email.subjectx.selectedIndex].value;
  window.location.href=emailAddress;
}
