document.writeln('			<div id="sidebar">');
document.writeln('				<h1>Main Menu</h1>');
document.writeln('				<ul class="sidemenu">');
document.writeln('					<li><a href="index.html">Home</a></li>');
document.writeln('    			   <li><a href="login.php">Admin Login</a></li>');
document.writeln('					<li><a href="about.html">About the Rally</a></li>');
document.writeln('					<li><a href="contact.html">Contact Us</a></li>');
document.writeln('				</ul>');
document.writeln('				<h1>Patrol Leaders</h1>');
document.writeln('				<ul class="sidemenu">');
document.writeln('		     	   <li><a href="plInfo.html">Information</a></li>');
/* Enable for online registrations
document.writeln('		     	   <li><a href="plRegoHelp.html">How To Register</a></li>');
document.writeln('		     	   <li><a href="plRego.php" target="_blank">Registration</a></li>');
document.writeln('		     	   <li><a href="plLogin.php">Login</a></li>');
*/
document.writeln('				</ul>');
document.writeln('				<h1>Leaders</h1>');
document.writeln('				<ul class="sidemenu">');
document.writeln('		     	   <li><a href="leaderInfo.html">Information</a></li>');
document.writeln('				</ul>');
document.writeln('				<h1>2011 Photos</h1>');
document.writeln('				<ul class="sidemenu">');
document.writeln('					<li><a href="winnerPhotos2011.html" title="Photos of all the award winning patrols and PL">Award Winners</a></li>');
/* reuse for 2011
document.writeln('					<li><a href="photos2010.html" title="Photos of Scouts and leaders enjoying Rally activities">General Photos</a></li>');
*/
document.writeln('				</ul>');
document.writeln('				<h1>Honour Role</h1>');
document.writeln('				<ul class="sidemenu">');
document.writeln('					<li><a href="awards2011.html">2011 Awards</a></li>');
document.writeln('					<li><a href="results2011.html">2011 Results</a> (All patrols)</li>');
document.writeln('					<li><a href="awards2010.html">2010 Awards</a></li>');
document.writeln('					<li><a href="awards2009.html">2009 Awards</a></li>');
document.writeln('					<li><a href="awards2008.html">2008 Awards</a></li>');
document.writeln('					<li><a href="awards2007.html">2007 Awards</a></li>');
document.writeln('					<li><a href="awards2006.html">2006 Awards</a></li>');
document.writeln('				</ul>');
document.writeln('			</div>');
