function emmy(domain,username)
{
mylink = '<a href=\"mailto:' + username + '@' + domain + '\">' + username + '@' + domain + '</a>';
return mylink
}
