document.write('	<div id="navigation">');
document.write('		<h3>Navigation</h3>');
document.write('		<a href="index.html"><img src="images/icons/house.png" alt="Home" />Home</a>');
document.write('		<br />');
document.write('		<a href="practice.html"><img src="images/icons/frisbee.jpg" alt="Practice" />Practice</a>');
document.write('		<br />');
document.write('		<a href="roster.html"><img src="images/icons/report_user.png" alt="Roster" />Roster</a>');
document.write('		<br />');
document.write('		<a href="calendar.html"><img src="images/icons/calendar.png" alt="Calendar" />Calendar</a>');
document.write('		<br />');
document.write('		<a href="pictures.html"><img src="images/icons/picture.png" alt="Pix" />Pics and Vid</a>');
document.write('		<br />');
document.write('		<a href="cotc/index.html"><img src="images/icons/chart_organisation.png" alt="Tourney" />CotC Tournament</a>');
document.write('		<br />');
document.write('		<a href="faq.html"><img src="images/icons/help.png" alt="FAQ" />FAQ</a>');
document.write('		<br />');
document.write('		<a href="contact.html"><img src="images/icons/telephone.png" alt="Contact" />Contact</a>');
document.write('		<br />');
document.write('		<a href="http://cornfedultimate.proboards89.com"><img src="images/icons/table_multiple.png" alt="Forums" />Forums</a>');
document.write('		<br />');
document.write('		<a href="links.html"><img src="images/icons/link_go.png" alt="Links" />Links</a>');
document.write('		<br />');
document.write('		<h3>Discs</h3>');
document.write('		<img class="disc" src="images/disc2.jpg" alt="Disc" />');
document.write('		<p>To purchase a sweet disc from Cornfed, contact <a href="mailto:nebraskacornfed@gmail.com">Caleb Peterson</a> or any other members from the UNL Ultimate team. For more information about the team or Ultimate in general, visit the <a href="faq.html">FAQ</a> page.</p>');
document.write('		<br />');
document.write('		<br />');
document.write('		</div>');
document.write('	<div id="footer">');
document.write('		<p><a href="index.html">Home</a>&nbsp;|&nbsp;<a href="http://cornfedultimate.proboards89.com">Forum</a>&nbsp;|&nbsp;<a href="http://unl.edu">UNL</a>');
document.write('  	</div>');
document.write('</body>');
document.write('</html>');
