// footer.js
// stores the name to put into the footer copyright
var addCopyright = false;
var footerName = "Line-up for Sport is a member of the Line-up Group of companies. 1011 Brioso Costa Mesa CA 92627. 800-654-6773. info@line-up.com";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2012 ");

