// Variables de email
var username = "clorofila3";
var hostname = "adinet.com.uy";
var linktext = username + "@" + hostname;

// Escribe email con enlace
function showemail()
{
document.write("<a href=" + "mail" + "to:" + linktext + ">" + linktext +"</a>")
}
