// JavaScript Document
document.write("<table width='100%' border='0' align='center' cellpadding='0' cellspacing='0'>");
document.write("<tr>");
document.write("<td width='100%' align='left'>");
document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a> "); 
document.write("<a href='profile.html'>profile</a> "); 
document.write("| <a href='activities.html'>activities</a> "); 
document.write("| <a href='committe.html'>executive committee</a> "); 
document.write("| <a href='membership.html'>membership </a> "); 
document.write("| <a href='events.html'>events & schedules</a> "); 
document.write("| <a href='gallery.html'>photo gallery</a> "); 
document.write("| <a href='library.html'>library</a> "); 
document.write("| <a href='terms.html'>terms & condition </a> "); 
document.write("| <a href='contact.html'>contact us</a>");
document.write("</td>");
document.write("</table>");


