// confound those spammers!!

function hideEmail (e1, e2, e3)
   {
   var s1 = '\x6d' + '\x61' + '\x69' + '\x6c' + '\x74' + '\x6f' + '\x3a' ;
   var s2 = e1 + '\x40' + e2;
   if (e3 == '0') e3 = s2;
   var s3 = '<a href="' + s1 + s2 + '">' + e3 + '</a>';
   return s3;
   }
