// footer.js
// stores the name to put into the footer copyright
var addCopyright = false;
var footerName = "SWFLHoops, Inc. This website is an unofficial and independent source of news and information.";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2009 ");

