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="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="Words of Inspiration" 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();