// footer.js
// stores the name to put into the footer copyright
var addCopyright = false;
var footerName = "Design &amp; Developed by HighPoint Group copyright &#169; 2008-2011 Chuck-n-Chili All Rights Reserved";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2012 ");

