// JavaScript Document
document.write('<DIV class="menu">');
document.write('<DIV class="menu_line"><A HREF="index.html" TARGET="_top">Home</A></DIV>');
document.write('<DIV class="menu_line"><A HREF="membership.html" TARGET="_top">Membership & Contact</A></DIV>');
document.write('<DIV class="menu_line"><A HREF="SCC_programs.html" TARGET="_top">2011/2012 Program</A></DIV>');
document.write('<DIV class="menu_line"><A HREF="competitions.html" TARGET="_top">Competitions</A></DIV>');
document.write('<DIV class="menu_line"><A HREF="history.html" TARGET="_top">Club History</A></DIV>');
document.write('<DIV class="menu_line"><A HREF="location.html" TARGET="_top">Where we are located</A></DIV>');
document.write('<DIV class="menu_line"><A HREF="links.html" TARGET="_top">Links</A></DIV>');
document.write('</DIV>');

document.write('<DIV STYLE="height:60px;background-color:white;">&nbsp;</DIV>');

document.write('<IMG SRC="images/shakespeare.jpg" BORDER="0" WIDTH="200" HEIGHT="400">');

document.write('<DIV class="whitetext">');
document.write('<DIV ALIGN="center">Shakespeare Monument</DIV>');
document.write('<DIV ALIGN="center">Photo by Doug Bingham</DIV>');
document.write('<DIV ALIGN="center">&nbsp;</DIV>');
document.write('</DIV>');
