var username = "wolfsong";
var hostname = "telus.net";
var linktext = username + "@" + hostname;
document.write("<a href=" + "mail" + "to:" + username + "@" + hostname + "?subject=email%20subject%20here" + ">" + linktext + "</a>")
