﻿// Support functions gleaned from suggestions
// published at macintouch.com [MRL] - Thanks all!

function aclick(e) { document.location = g0() + e; }
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 p6(e) { return '\x40' + e + '.' + '\x63' + '\x61'; }
function g0() {
  var m1 = '\x6d';  var m2 = '\x3a';
  return m1 + '\x61\x69\x6c\x74\x6f' + m2;
}
function mgmt()    { var c1 = 'management'; return c1 + p1('ineteng'); }
function nweng()   { var c1 = 'networkengineering'; return c1 + p1('ineteng'); }
function insales() { var c1 = 'insidesales'; return c1 + p1('ineteng'); }
function sales()   { var c1 = 'sales'; return c1 + p1('ineteng'); }
function huerta()   { var c1 = 'shuerta'; return c1 + p1('ineteng'); }
// function ()   { var c1 = ''; return c1 + p1('ineteng'); }

// End of script