// scripting template to produce page bottom footer
function pagefooter(curPage)
{
var FOOTER_STATEMENT = "All information is the property of Harwinton Youth Sports Association, 2007-2010 HYSA, Inc."

   document.write("<p class=copyright>" + FOOTER_STATEMENT + "</p>");
}
