	if (pagename=="home"){document.write("<b>Home</b> | ");}
	else {document.write("<a href='../index.html'>Home</a> | ");}
	if (pagename=="doctrine"){document.write("<b>Doctrine</b> | ");}
	else {document.write("<a href='../doctrine.html'>Doctrine</a> | ");}
	if (pagename=="pastors"){document.write("<b>Pastors</b> | ");}
	else {document.write("<a href='../pastors.html'>Pastors</a> | ");}
	if (pagename=="church"){document.write("<b>Services</b> | <b>Directions</b> | ");}
	else {document.write("<a href='../church.html#services'>Services</a> | <a href='../church.html#map'> Directions</a> | ");}
	if (pagename=="calendar"){document.write("<b>Calendar</b> | ");}
	else {document.write("<a href='../calendar.html'>Calendar</a> | ");}
	if (pagename=="ministries"){document.write("<b>Ministries</b> | ");}
	else {document.write("<a href='../ministries.html'>Ministries</a> | ");}
	if (pagename=="articles"){document.write("<b>Articles</b> | ");}
	else {document.write("<a href='../articles.html'>Articles</a> | ");}
	if (pagename=="music"){document.write("<b>Music</b> | ");}
	else {document.write("<a href='../music.html'>Music</a> | ");}
	if (pagename=="church"){document.write("<b>History</b> | ");}
	else {document.write("<a href='../church.html#history'>History</a> | ");}
	if (pagename=="links"){document.write("<b>Links</b> | ");}
	else {document.write("<a href='../links.html'>Links</a> | ");}
	if (pagename=="contacts"){document.write("<b>Contact Us</b>");}
	else {document.write("<a href='../contacts.html'>Contact Us</a>");}
