function disguise_email() {

    var theaccount = "info";

    var thehost = "sunwest-re.com";

    var theat = '@';

    var theaddy = theaccount + theat + thehost;

    document.write("<a href=" + "mail" + "to:" + theaddy + ">" + theaddy + "</a>");

}