<!-- BEGIN http://www.webdevtips.co.uk/codegen/email_scramble.shtml -->
  <!--
    var boohoo = 'helpRAZZGlentheComputerGuysnorecom';
    function divert_It()
    {
      var re= /RAZZ/gi;
      boohoo = boohoo.replace(re,'@');
      var re= /snore/gi;
      boohoo = boohoo.replace(re,'.');
      var the_link="mai" + "lto" +":"+boohoo ;
      window.location=the_link;
    }
  //-->
<!-- END http://www.webdevtips.co.uk/codegen/email_scramble.shtml -->