document.write('<ul id="footer">');
document.write('<li id="footerHome"><a href="default.html" class="last">Home</a></li>');
document.write('<li id="footerPage1"><a href="member_home.html">Membership</a></li>');
document.write('<li id="footerPage2"><a href="about_home.html">Our Club</a></li>');
document.write('<li id="footerPage3"><a href="contact.html">Contact Us</a></li>');
document.write('</ul>');
