function showEmail() {
var username = "CustomerService";
var hostname = "bluegatco.net";
var linktext = username + "@" + hostname;
document.write("<a href=" + "mail" + "to:" + username + "@" + hostname + ">" + linktext + "</a>");
}


