document.writeln('		<table border=0 cellpadding=4 cellspacing=0>');

document.writeln('			<tr><!--- Section Header --->');
document.writeln('				<td class=cellheader>');
document.writeln('				Navigation</td>');
document.writeln('			</tr>');

document.writeln('			<tr><!--- Section Content --->');
document.writeln('				<td class=celldata nowrap>');
document.writeln('				<a href="register.html">Voting Registration</a><br>');
document.writeln('				</td>');
document.writeln('			</tr>');

document.writeln('			<tr><!--- Section Content --->');
document.writeln('				<td class=celldata nowrap>');
document.writeln('				<a href="http://forums.keenspace.com/viewforum.php?f=372">Public Discussion Board</a><br>');
document.writeln('				</td>');
document.writeln('			</tr>');

document.writeln('			<tr><!--- Section Header --->');
document.writeln('				<td class=cellheader>');
document.writeln('				History</td>');
document.writeln('			</tr>');

document.writeln('			<tr><!--- Section Content --->');
document.writeln('				<td class=celldata nowrap>');
document.writeln('				<a href="2001.htm">2001 Results</a>');
document.writeln('				</td>');
document.writeln('			</tr>');

document.writeln('			<tr><!--- Section Content --->');
document.writeln('				<td class=celldata nowrap>');
document.writeln('				<a href="2002.htm">2002 Results</a>');
document.writeln('				</td>');
document.writeln('			</tr>');

document.writeln('			<tr><!--- Section Content --->');
document.writeln('				<td class=celldata nowrap>');
document.writeln('				<a href="2003_ceremony.htm">2003 Ceremony</a>');
document.writeln('				</td>');
document.writeln('			</tr>');

document.writeln('			<tr><!--- Section Content --->');
document.writeln('				<td class=celldata nowrap>');
document.writeln('				<a href="2004.htm">2004 Results</a>');
document.writeln('				</td>');
document.writeln('			</tr>');

document.writeln('			<tr><!--- Section Content --->');
document.writeln('				<td class=celldata nowrap>');
document.writeln('				<a href="2005_ceremony.htm">2005 Ceremony</a>');
document.writeln('				</td>');
document.writeln('			</tr>');

document.writeln('			<tr><!--- Section Content --->');
document.writeln('				<td class=celldata nowrap>');
document.writeln('				<a href="http://ryanestrada.com/wcca/">2006 Ceremony</a>');
document.writeln('				</td>');
document.writeln('			</tr>');

document.writeln('			<tr><!--- Section Content --->');
document.writeln('				<td class=celldata nowrap>');
document.writeln('				<a href="http://ryanestrada.com/wcca07">2007 Online Ceremony</a>');
document.writeln('				</td>');
document.writeln('				</tr>');

document.writeln('			<tr><!--- Section Content --->');
document.writeln('				<td class=celldata nowrap>');
document.writeln('				<a href="http://gigcast.libsyn.com/index.php?post_id=184365">2007 Live Ceremony</a>');
document.writeln('				</td>');
document.writeln('				</tr>');

document.writeln('			<tr><!--- Section Content --->');
document.writeln('				<td class=celldata nowrap>');
document.writeln('				<a href="2008finalists.html">2008 Winners List</a>');
document.writeln('				</td>');
document.writeln('			</tr>');

document.writeln('			<tr><!--- Section Content --->');
document.writeln('				<td class=celldata nowrap>');
document.writeln('				<a href="2008-big4ceremony.html">2008 Prez Online: Big 4!</a>');
document.writeln('				</td>');
document.writeln('			</tr>');

document.writeln('			<tr><!--- Section Content --->');
document.writeln('				<td class=celldata nowrap>');
document.writeln('				<a href="2008-fab14ceremony.html">2008 Prez Online: Fab 14!</a>');
document.writeln('				</td>');
document.writeln('			</tr>');

document.writeln('		</table>');
