// Support functions gleaned from suggestions
// published at macintouch.com - Thanks all!

function aclick(e) { document.location = g0() + e; return true; }
// function statview(e) { self.status = g0() + e; return true; }
function statview(e) { self.status = 'Click to send e-mail to: ' + e; return true; }
function statclear() { self.status = ''; return true; }
function p1(e) { return '\x40' + e + '.' + '\x63' + '\x6f' + '\x6d'; }
function p2(e) { return '\x40' + e + '.' + '\x6e' + '\x65' + '\x74'; }
function p3(e) { return '\x40' + e + '.' + '\x6f' + '\x72' + '\x67'; }
function p4(e) { return '\x40' + e + '.' + '\x65' + '\x64' + '\x75'; }
function p5(e) { return '\x40' + e + '.' + '\x75' + '\x73'; }
function g0() {
  var m1 = '\x6d';  var m2 = '\x3a';
  return m1 + '\x61\x69\x6c\x74\x6f' + m2;
}
function lampson() { var c1 = 'mike'; return c1 + p5('lampson'); }

// End of script