var showlink = "Email";
var showname = "marie";
var showhost = "liquidcoding.com";
document.write("<a href=" + "mail" + "to:" + showname + "@")
document.write(showhost +">" + showlink + "</a>")