var username = "admin";
var hostname = "hawkesburycommunitycollege.com.au";
var linktext = "email us";
document.write("<a href=" + "mail" + "to:" + username + "@" +
hostname + ">" + linktext + "</a>")
