// this is just a file that contains the email routine for the web site.
  var name = "cwsa.news";
  var domain = "rapidwifi.com";
  var subject = "?Subject=CWSA%20Newsletter%20Request";
  document.write('<a href=\"mailto:' + name + '@' + domain + subject +'\">');
  document.write('<img src=\"Graphics/newsletter.gif\" width="125" height="33" hspace="0" vspace="0" border="0"></a>');
