// JavaScript Document

var theuser = "info";
var thehost = "brownbearcreative.com";
var themessage = "info@brownbearcreative.com";

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