// footer.js
// stores the name to put into the footer copyright
var addCopyright = false;
var footerName = "Team Bass Xtreme LLC , all logo\'s are property of Team Bass Xtreme and are not to be used without the writen consent of Team Bass Xtreme , LLC";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2012 ");

