document.writeln("<div id='header'>\n");		
document.writeln("<img id='tower' src='images/twin.jpg' width='122' height='123' alt='' />\n");		
document.writeln("<img src='images/wau.gif' width='122' height='123' alt='' />\n");		
document.writeln("<img src='images/msaonline.gif' width='263' height='91' alt='' />\n");		
document.writeln("<hr/>\n");		
document.writeln("</div>\n");		

document.writeln("<div id='sidebar'>\n");		
document.writeln("<br/>\n");
document.writeln("<a href='index.html'>Home</a><br/>\n");
document.writeln("<a href='aboutus.html'>About Us</a><br/>\n");
document.writeln("<a href='committee.html'>Committee</a><br/>\n");
document.writeln("<a href='members.html'>Members</a><br/>\n");
document.writeln("<a href='alumni.html'>Alumni</a><br/>\n");
document.writeln("<a href='directory.html'>Directory</a><br/>\n");
document.writeln("<a href='news.html'>News</a><br/>\n");
document.writeln("<a href='guestbook.html'>Guestbook</a><br/>\n");
document.writeln("<a href='photos.html'>Photos</a><br/>\n");
document.writeln("<a href='links.html'>Links</a><br/>\n");
document.writeln("<br/>\n");
document.writeln("</div>\n");		
