/*
 * 
 * Pennridge Aquatics Club footer
 * 
 * The footer.js file should be included on all Pennridge Aquatic Club pages.
 * 
 * This is the line of code that should be inserted at the end of your
 * page content:
 * 
 * <script type="text/javascript" src="/drvsa/js/footer.js"></script>
 * 
 */

document.write('<!-- START Footer containing copyright and navigation -->');

document.write('<table cellspacing="4" cellpadding="4" border="0" width="100%">');

document.write('<tr><td height="8">&nbsp;</td></tr>');

document.write('<tr>');
document.write('<td class="footer">');

document.write('<span class="copyright">&nbsp;&nbsp;Pennridge Aquatic Club&nbsp;</span>');

document.write('<span class="copyright">');
ronsaysthisisthefulldate=new Date();
ronsaysautoupdateyear=ronsaysthisisthefulldate.getFullYear();
document.write('&copy; ');
document.write(ronsaysautoupdateyear);
document.write('&nbsp;&nbsp;');
document.write('</span>');

document.write('</td>');
document.write('</tr>');

document.write('</table>');

document.write('<!-- END Footer containing copyright and navigation -->');