function protect(user,domain) {
document.write('<a href=\"mail');
document.write('to:' + user + '@' + domain + '\">');
document.write(user + '@' + domain + '</a>');
}

function protect2(user,domain,text) {
document.write('<a href=\"mail');
document.write('to:' + user + '@' + domain + '\">');
document.write(text + '</a>');
}
