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