// JavaScript Document

var theuser = "abi";
var thehost = "abicushman.com";
var themessage = "abi@abicushman.com";

var email = "<a href=" + "mail" + "to:" + theuser + "@" + thehost + ">" + themessage + "</a>";
				