// this function is called from every web page containing an email address!
// its purpose is to generate the email address on the fly in the browser,
// so that no email addresses actually appear in the pages to get harvested
// by spambots.
// PLEASE DO NOT DELETE THIS FILE!
// thanx -- PL, Wed Apr  2 2003
// updated Fri May 21 2004 with new domain

function mkmail(addr) {
  return("<a href=\"mailto" + unescape('%' + '3a')  + addr + unescape('%' + '40') + "tns-cf.com\">");
}



