// JavaScript Document

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


