  function Obscurify(server, name, login, subject, body)
  {
    if (name == "") { name = login + String.fromCharCode(1 + 32 + 16 + 8 + 4 + 2 + 1) + server; };
    str2 = "lto";
    str3 = ":";
    str1 = "mai";
    document.write('<a href=\"' + str1 + str2 + str3 + login + String.fromCharCode(1 + 32 + 16 + 8 + 4 + 2 + 1) + server);
    if (subject != null) { document.write('?Subject=' + subject); };
    if (body != null) { document.write('&Body=' + body); }; // No body without a subject!
    document.write('\">' + name + '</a>');
  }

