// JavaScript Document

function sendto(brother)
{
var webmasternum="e363p";
var brothernum="nomatch";

if(brother=="")
  {brothernum=webmasternum;}
else if(brother=="PAdams")
  {brothernum="g068g";}
else if(brother=="Angel")
  {brothernum="e796u";}
else if(brother=="Anton")
  {brothernum="e881v";}
else if(brother=="Balsman")
  {brothernum="g924p";}
else if(brother=="SBaltz")
  {brothernum="e842u";}
else if(brother=="TBaltz")
  {brothernum="e251i";}
else if(brother=="Bear")
  {brothernum="g518a";}
else if(brother=="Benoy")
  {brothernum="g798a";}
else if(brother=="Brown")
  {brothernum="g478r";}
else if(brother=="Bruch")
  {brothernum="g778g";}
else if(brother=="Bryan")
  {brothernum="g332a";}
else if(brother=="Carmichael")
  {brothernum="e916i";}
else if(brother=="Cass")
  {brothernum="g943a";}
else if(brother=="Caudle")
  {brothernum="e964e";}
else if(brother=="Childs")
  {brothernum="g668r";}
else if(brother=="Cox")
  {brothernum="e716z";}
else if(brother=="Cusick")
  {brothernum="g816r";}
else if(brother=="Daniel")
  {brothernum="e019u";}
else if(brother=="Daugherty")
  {brothernum="g580q";}
else if(brother=="Dean")
  {brothernum="e019u";}
else if(brother=="Dee")
  {brothernum="e379h";}
else if(brother=="Delman")
  {brothernum="e897i";}
else if(brother=="deSilva")
  {brothernum="g996p";}
else if(brother=="Dishman")
  {brothernum="g538b";}
else if(brother=="Dozier")
  {brothernum="e174t";}
else if(brother=="Fine")
  {brothernum="e720z";}
else if(brother=="Fisher")
  {brothernum="g044a";}
else if(brother=="Gibson")
  {brothernum="e052v";}
else if(brother=="Goodbread")
  {brothernum="e883m";}
else if(brother=="Helfrich")
  {brothernum="g631b";}
else if(brother=="Heeren")
  {brothernum="g565q";}
else if(brother=="Hess")
  {brothernum="g941q";}
else if(brother=="Hinson")
  {brothernum="e899v";}
else if(brother=="Hughes")
  {brothernum="e404i";}
else if(brother=="Jaskel")
  {brothernum="g629b";}
else if(brother=="Johnston")
  {brothernum="g393b";}
else if(brother=="Jones")
  {brothernum="e339p";}
else if(brother=="Kummer")
  {brothernum="g787a";}
else if(brother=="Langston")
  {brothernum="g123r";}
else if(brother=="Mallett")
  {brothernum="g695g";}
else if(brother=="Martinez")
  {brothernum="g557h";}
else if(brother=="McAndrew")
  {brothernum="e431z";}
else if(brother=="McKoon")
  {brothernum="e983z";}
else if(brother=="McGehee")
  {brothernum="g779e";}
else if(brother=="Mitchell")
  {brothernum="e113p";}
else if(brother=="Morris")
  {brothernum="e731n";}
else if(brother=="Murff")
  {brothernum="e419p";}
else if(brother=="OGuin")
  {brothernum="g222q";}
else if(brother=="Owen")
  {brothernum="g016i";}
else if(brother=="Parks")
  {brothernum="g813h";}
else if(brother=="Peak")
  {brothernum="e999u";}
else if(brother=="Pierce")
  {brothernum="g332r";}
else if(brother=="Poncz")
  {brothernum="e216w";}
else if(brother=="Popka")
  {brothernum="g511b";}
else if(brother=="Roach")
  {brothernum="g071r";}
else if(brother=="Sack")
  {brothernum="e363p";}
else if(brother=="Sammarco")
  {brothernum="e447u";}
else if(brother=="Sannazzaro")
  {brothernum="g164i";}
else if(brother=="Scimone")
  {brothernum="e220w";}
else if(brother=="Shoemaker")
  {brothernum="e933u";}
else if(brother=="Schwartz")
  {brothernum="g463a";}
else if(brother=="Schuetz")
  {brothernum="g644a";}
else if(brother=="Taylor")
  {brothernum="g613q";}
else if(brother=="Testrake")
  {brothernum="g931e";}
else if(brother=="Thompson")
  {brothernum="e945v";}
else if(brother=="ATurner")
  {brothernum="g219h";}
else if(brother=="JTurner")
  {brothernum="e176i";}
else if(brother=="Vale")
  {brothernum="e979v";}
else if(brother=="Waits")
  {brothernum="g844a";}
else if(brother=="Weeks")
  {brothernum="g634r";}
else if(brother=="Winn")
  {brothernum="g898q";}
else if(brother=="Worsham")
  {brothernum="e848v";}
else if(brother=="Wyant")
  {brothernum="g442h";}

var mailtocolon="mailto:";
var gt="gt";
var at="@"
var maildot="mail.";
var domain=maildot+"gatech."+"edu";
var emailto=mailtocolon+gt+brothernum+at+domain;

if(brothernum=="nomatch")
{alert("Error in email address. Please contact webmaster");}
else
{window.location.href=emailto;}

}//end sendto(brother)
