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