/*
 * Copyright 2002 - 2004 CodeDroids ApS
 */

function il_mobfuscate(dom, name) {
  document.write(name+"&#64;"+dom);
}
function il_m2obfuscate(dom, name) {
  il_m2obfuscate_l(dom, name, null, '', null, '');
}
function il_m2obfuscate_l(dom, name, subj, pre, txt, post) {
  document.write("<a href='&#109;ai&#108;to:");
  document.write(name+"&#64;"+dom);
  if(subj!=null && subj.length > 0)
    document.write("&#63;"+subj);
  document.write("'>"+pre+(txt==null ? (name+"&#64;"+dom) : txt)+post+"</a>");
}
function il_m2obfuscate1(dom, name, subj) {
  document.write("<a href='&#109;ai&#108;to:");
  document.write(name+"&#64;"+dom);
  if(subj!=null && subj.length > 0)
    document.write("&#63;"+subj);
  document.write("'>");
}
function il_m2obfuscate2(dom, name) {
  document.write(name+"&#64;"+dom);
}
function il_m2obfuscate3() {
  document.write("</a>");
}