// this is just a file that contains the email routine for the web site.
  var name = "dlhollett";
  var domain = "comcast.net";
  var subject = "?Subject=Rendezvous";
  document.write('<a href=\"mailto:' + name + '@' + domain + subject + '\">');
  document.write('Send email to David Hollett</a>');

