  <!--
   var email = 'reedsite';  // name of recipient
   var emailHost = 'bassoon.org'; // domain name
   var contact = 'Send us an email'; // hypertext that will be printed
   
  document.write('<a href=' + 'mail' + 'to:' + email + '@' + emailHost+ '>'+ contact + '</a>');
  // -->

