// This JavaScript file contains the content to be written to the rightbar div on every page
document.write("	<p>");
document.write("		&copy; 2010 <strong>Braddock Road Volleyball Club</strong>");
document.write("		&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("		<a href='/index.html'>Home </a> | ");
//document.write("		<a href='/tryouts/info.html'> Tryouts </a> | ");
document.write("		<a href='/info/index.html'> Information </a> | ");
//document.write("		<a href='/teams/teams.html'> Teams</a> | ");
document.write("		<a href='/coaches.html'> Coaches </a> | ");
document.write("		<a href='mailto://info@brycvolleyballclub.org'> Contact Us</a>");
document.write("	</p>");
//document.write("	</div>");
//document.write("	</body></html>");
//document.write("	<script type='text/javascript'>/*");

