// JavaScript Document

function leftNav() {
	document.write('<a href="index.html">Home</a>\n')
	document.write('<a href="annuals.htm">Annual Features</a>\n')
	document.write('<a href="realWorld.htm">Real World SOM</a>\n')
	document.write('<a href="openings.htm">League Openings</a>\n')
	document.write('<a href="affiliates.htm">Affiliates</a>\n')
	document.write('<a href="archive.htm">Archive</a>\n')
	document.write('<a href="links.htm">Links</a>\n')
	document.write('<a href="about.htm">About Us </a>\n')
}
