     var theuser = "waterdog"; 
     var thehost = "CIEquip.com"; 
     var themessage = "waterdog@ciequip.com"; 
     document.write("<a href=" + "mail" + "to:" + theuser + "@" + thehost + ">" + themessage + "</a>") 
