// this is just a file that contains the email routine for the web site.
  var name = "pete.sill";
  var domain = "navy.mil";
  var subject = "?Subject=Rendezvous";
  document.write('<a href=\"mailto:' + name + '@' + domain + subject + '\">');
  document.write('Send email to Pete Sill</a>');

