document.writeln("<div id='sidebar'>\n");		
document.writeln("<ul/>\n");
document.writeln("<li><a href='index.html'>Home</a></li>\n");
document.writeln("<li><a href='aboutus.html'>About Us</a></li>\n");
document.writeln("<li><a href='activities.html'>Activities</a></li>\n");
document.writeln("<li><a href='committee.html'>Committee</a></li>\n");
document.writeln("<li><a href='equipments.html'>Equipments</a></li>\n");
document.writeln("<li><a href='photos.html'>Photo Gallery</a></li>\n");
document.writeln("<li><a href='members.html'>Member List</a></li>\n");
document.writeln("<li><a href='news.html'>News</a></li>\n");
document.writeln("<li><a href='links.html'>Links</a></li>\n");
document.writeln("</ul>\n");
document.writeln("</div>\n");	