function navBar () {

	document.writeln ('<a href="index.html"><img src="images/navBar_home.gif" width="150" height="23" alt="Home" border="0" /></a>');
	document.writeln ('<a href="events_Celebrate_Hope_6.html"><img src="images/navBar_Event.gif" width="150" height="23" alt="Event Information" border="0" /></a>');
	document.writeln ('<a href="Support_CAM.html" class="sublink">CAM Wagner Golf Tournament <br />');
	document.writeln ('May 16, 2009</a>');
	document.writeln ('<a href="events_Celebrate_Hope_5.html" class="sublink">Celebrate Hope V<br />');
	document.writeln ('May 17, 2008</a>');
	document.writeln ('<a href="events_mother_tucker_IV.html" class="sublink">Mother Tucker&rsquo;s Golf Tournament IV<br />');
	document.writeln ('May 19, 2007</a>');
	document.writeln ('<a href="events_Celebrate_Hope_4.html" class="sublink">Celebrate Hope IV<br />');
	document.writeln ('February 24, 2007</a>');
	document.writeln ('<a href="events_mother_tucker_III.html" class="sublink">Mother Tucker&rsquo;s Golf Tournament III<br />');
	document.writeln ('September 9, 2006</a>');
	document.writeln ('<a href="events_Celebrate_Hope_3.html" class="sublink">Celebrate Hope III<br />');
	document.writeln ('February 25, 2006</a>');
	document.writeln ('<a href="events_mother_tucker_II.html" class="sublink">Mother Tucker&rsquo;s Golf Tournament II<br />');
	document.writeln ('May 14, 2005</a>');
	document.writeln ('<a href="events_hope_for_hayden.html" class="sublink">Hope for Hayden<br />');
	document.writeln ('May 7, 2005</a>');
	document.writeln ('<a href="events_ch2.html" class="sublink">Celebrate Hope II<br />');
	document.writeln ('February 5, 2005</a>');
	document.writeln ('<a href="mothertucker.html" class="sublink">Mother Tucker&rsquo;s Golf Tournament<br />');
	document.writeln ('May 8, 2004</a>');
	document.writeln ('<a href="events.html" class="sublink">Celebrate Hope I<br />');
	document.writeln ('February 7, 2004</a>');
	document.writeln ('<a href="events_superbowlxxxviii.html" class="sublink">Super Bowl Party<br />');
	document.writeln ('February 1, 2004</a>');
	//document.writeln ('<a href="tickets.html"><img src="images/navBar_BuyTickets.gif" width="150" height="22" alt="Buy Event Tickets" border="0" /></a>');
	document.writeln ('<a href="sponsors.html"><img src="images/navBar_Sponsors.gif" width="150" height="23" alt="Our Sponsors" border="0" /></a>');
	document.writeln ('<a href="youcanhelp.html"><img src="images/navBar_Help.gif" width="150" height="23" alt="Make a Contribution" border="0" /></a>');
	document.writeln ('<a href="heroines.html"><img src="images/navBar_Heroines.gif" width="150" height="22" alt="Wall of Heroes" border="0" /></a>');
	document.writeln ('<a href="aboutus.html"><img src="images/navBar_About.gif" width="150" height="23" alt="About Hope Rising" border="0" /></a>');

}

navBar();