     var theuser = "scv"; 
     var thehost = "villarreallaw.com"; 
     var themessage = "E-mail"; 
     document.write("<a href=" + "mail" + "to:" + theuser + "@" + thehost + ">" + themessage + "</a>") 
