url=document.URL
about='<a href="about oa.html" title="About the OA">About the OA<\/a><br \/>\n            <a href="officers.html" title="Lodge Officers">Lodge Officers<\/a> <br \/>\n            <a href="lodge history.html" title="Lodge History">Lodge History<\/a><br \/>\n            <a href="spouts archive.html" title="Spouts Archive">Spouts Archive<\/a><br \/>\n            <a href="faq.html" title="FAQs">FAQs<\/a><br \/>'

events='<a href="workparties.html">Work Parties<\/a> \n <br \/>\n                      <a href="akela fest.html">Akela Festival<\/a>\n              <br \/>\n              <a href="conclave.html">Conclave<\/a>\n              <a href="fall ordeal.html"><br \/>\n              Fall Ordeal<\/a>\n              <br \/>\n              <a href="fellowship.html">Fellowship<\/a><br \/>\n              <a href="lodge dinner.html">Lodge Dinner<\/a><br \/>\n              <a href="noac.html">NOAC<\/a>\n              <br \/>\n              <a href="spring ordeal.html">Spring Ordeal<\/a>\n'

other='<a href="events\/workparties.html">Work Parties<\/a><br \/>\n                 <a href="events\/spring ordeal.html">Spring Ordeal<\/a><br \/>\n          	<a href="calendar.html">Calendar<\/a><br \/>\n            <a href="events\/lodge dinner.html">Lodge Dinner<\/a><br \/>\n           	<a href="insignia.html">Lodge Insignia<\/a><br \/>\n          	<a href="about_us\/faq.html">FAQs<\/a>'

insignia='<a href="2007.html" title="About the OA">2007 Flap<\/a><br \/>\n            <a href="2009 NOAC.html" title="Lodge Officers">2009 NOAC Flap<\/a> <br \/>\n            <a href="c 2009.html" title="Lodge History">Orca Fundraiser Chenille<\/a><br \/>\n            <a href="2006 NOAC.html" title="Spouts Archive">2006 NOAC Flap<\/a><br \/>\n            <a href="2003 2.html" title="FAQs">Tenth Anniversary Flap<\/a><br \/>'



if (url.indexOf("about_us")!=-1)
	{
	document.write(about);
	}
else if (url.indexOf("events")!=-1)
	{
	document.write(events);
	}
else if (url.indexOf("insignia")!=-1 )
	{
	document.write(insignia);
	}
else
	{
	document.write(other);
	}