// Embed a disguised e-mail address
// that can be clicked to "mailto"

function jem(sfx, dom, usr) {
  document.write('<a href="' + 'mailto:' + usr + '@' + dom + '.' + sfx + '">' + usr + '@' + dom + '.' + sfx + '</a>') ; } ;

// Embed a disguised phone number

function jep(gl,ar,sx) { document.write('(+'+gl+') '+ar+' '+sx) ; } ;
