<script language="javascript">
<!--
  function writemail(a,b,c,d,e) //d is alternate link text, e is email subject
  { if (d && e) { the_string = "<a href='mailto:"+a+"@"+b+"."+c+"?subject="+e+"'>"+d+"</a>"; }
else if (d) { the_string = "<a href='mailto:"+a+"@"+b+"."+c+"'>"+d+"</a>"; }
else if (e) { the_string = "<a href='mailto:"+a+"@"+b+"."+c+"?subject="+e+"'>"+a+"@"+b+"."+c+"</a>"; }
else { the_string = "<a href='mailto:"+a+"@"+b+"."+c+"'>"+a+"@"+b+"."+c+"</a>"; } return (the_string);
  }
//-->
</script>

