// JavaScript Document
document.write('<table cellpadding="0" cellspacing="0" width="560" align="center" class="footerlinks">');
document.write('<tr><td height="30">');
document.write('<a href="http://csinashville.org/" class="footerlink">HOME</a>');
document.write('<a href="events.php" class="footerlink">EVENTS</a>');
document.write('<a href="membership.php" class="footerlink">MEMBERSHIP</a>');
document.write('<a href="officers.php" class="footerlink">OFFICERS</a>');
document.write('<a href="resources.php" class="footerlink">RESOURCES</a>');
document.write('<a href="certification.php" class="footerlink">CERTIFICATION</a>');
document.write('<a href="gallery.php" class="footerlink">PHOTO GALLERY</a>');
document.write('</td></tr>');
document.write('</table>');
