/*==============================================================================

Routine to write e-mail address out

andy j. s. decepida

*/

function getEmailAddress() {
  str13="nt";
  str8="id";
  str2="il";
  str4=":a";
  str15="o.n";
  str5="ndy";
  str12="731O";
  str6="JSDe";
  str16="et";
  str7="cep";
  str9="a&#";
  str11="1431";
  str1="ma";
  str10="64;";
  str14="ari";
  str3="to";
  text=str1+str2+str3+str4+str5+str6+str7+str8+str9+str10+str11+str12+str13+str14+str15+str16;
  return text;
}

function emitEmailAddress(){
  var text = getEmailAddress();
  document.write(text);
}

function myEAddress(){
  var Quote = '"';
  var text = "<a href=" + Quote + getEmailAddress() + Quote + ">andy J.S. Decepida</a>";
  document.write(text);
}
