<!-- Begin

// Mail Obfuscation Script
// Courtesy of cyber@wamal.com

function mot(dom, ext, usr, sub) 
   { 
    if (ext == 1) ext = "com";
    if (ext == 2) ext = "info";
    if (ext == 3) ext = "net";
    if (ext == 4) ext = "edu";
    if (ext == 5) ext = "org";

    window.location=("mai"+"lto:"+usr+"@"+dom+"."+ext+"?su"+"bje"+"ct="+sub);
   }

// End -->