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