
<!-- NOTE: If you use a ' add a slash before it like this \' -->
<!-- NOTE: Copy and paste a link to add a new link -->

<!-- start -->
document.write('<!-- START MENU -->')
document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="100%"><tr>')
document.write('<td class="left-body"><div class="navbar">')
document.write('<a href="current_seminar.html">Current Seminar</a>')
document.write('<br><br>')
document.write('<a href="last_seminar.html">Last Seminar</a>')
document.write('<br><br>')
document.write('<a href="proposed_seminar.html">Proposed Seminars</a>')
document.write('<br><br>')

document.write('<a href="officers.html">Officers</a>')
document.write('<br><br>')	

document.write('<a href="http://nastt.org/store/join_renew.html" target="_blank">NASTT Membership</a>')
document.write('<br><br>')

document.write('<a href="contact_us.html">Contact Us</a>')
document.write('<br><br>')
document.write('<a href="sitemap.html">Site Map</a></div>')
document.write('</td>')
document.write('</table>')
document.write('<!-- END MENU -->')
//  End -->

