
function set_email(user, domain, text) { var s="<a href=mailto:"+user+"@"+domain+">"+text+"</a>"; return s }