// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "Heroes Gold Inc. All content remains the property of Heroes Gold Inc. Reproduction of any material is forbidden without written permission from Heroes Gold Inc.";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2008 ");

