function caddr(uname,domain) {
    mto = "mailto:"+uname+"@"+domain;
    document.write('<a href='+mto+'>'+uname+'@'+domain+'</a>');
    return;
}
