function secureEmail(user, domain, text) {
    if (text == undefined) {
        text = user+'&#64;'+domain;
    }
    document.write('<a class="email" href="mail'+'to:'+user+'&#64;'+domain+'" tst="'+this+'" title="'+user+'&#64;'+domain+'">'+text+'</a>');
}