// JavaScript Document
	document.write('<div id="leftnav">');
	document.write('<a href="home.html">Home</a>');
	document.write('<a href="glp_history.html">GLP History</a>');
	document.write('<a href="footprint.html">Ecological Footprint</a>');
	document.write('<a href="radical_simplicity.html">Order Books & DVD');
	document.write('<a href="jim_merkel.html">About Jim Merkel</a>');
	document.write('<div style="line-height: 1em; font-size: 0.8em; padding-left: 30px"><a href="docs/WebJamesMerkelCV.rtf">Resume</a>');
	document.write('<a href="docs/Four_bios.doc">Bios</a>');
	document.write('<a href="images/jim%20merkel.jpg">Photo</a></div>');
	document.write('<a href="about_glp.html">About GLP</a>');
		
	document.write('<br>');
		
	document.write('<img class="beapartof" src="images/getinvolved.gif" alt="get involved">');
	document.write('<a href="jim_merkel_events.html">Event Calendar</a>');
	document.write('<a href="sustainability_consulting.html">Consulting Services</a>');
	document.write('<a href="workshops.html">Workshops</a>');
	document.write('<a href="biketours.html">Bike Tours</a>');
	document.write('<a href="contact.html">Contact Us</a>');
	document.write('</div><!-- end leftnav -->');
