document.write('<a href="./index.html" class="footer">Home</a> '); 
document.write('| <a href="./meetings.html" class="footer">Meetings</a> ');
document.write('| <a href="./events.html" class="footer">Events</a> ');
document.write('| <a href="./service.html" class="footer">Service</a> '); 
document.write('| <a href="./contact.html" class="footer">Contact</a> ');
document.write('<p class="footer">');
document.write('Updated 1/26/2012');
