var nav = "";

function writeNav() {
nav="";

  nav+='<p><a href="default.html">Home</a></p>';
     nav+='<p><a href="AuthorBio.html">Author Biography</a></p>';
	 nav+='<p><a href="TableofContents.html">Table of Contents</a></p>';
	 nav+=' <p><a href="Preface.html">Book Preface</a></em></p>';
	 nav+=' <p><a href="Reviews.html">Reviews</a></em></p>';
	 nav+=' <p><a href="TourSchedule.html">Book Tour Schedule</a></em></p>';
    nav+=' <p><a href="Contact.html">Contact</a></p><br/><br/> <p align="center"><img src="img/FullMoonCover_sm.jpg" alt="FullMoonCover_sm.jpg" width="150" height="226" border="0"  /></p>';

 nav+=' <p>&quot;Old age, death, and impermanence&mdash;it seems at first glance impossible to make a reader see these timeless and universal experiences with fresh eyes, but Ann Putnam&rsquo;s luminous prose achieves that miracle and more, transforming pain, suffering, and loss into a literary gift of beauty and redemption.&quot; </p>';
   nav+='  <p>- Charles Johnson, author of <em>Middle Passage</em> and winner of the 1990 National Book Award</p>';
   


document.getElementById("sidebar1").innerHTML = nav;



}



function writeNavHome() {
nav="";

   nav+='<p><a href="default.html">Home</a></p>';
     nav+='<p><a href="AuthorBio.html">Author Biography</a></p>';
	 nav+='<p><a href="TableofContents.html">Table of Contents</a></p>';
	 nav+=' <p><a href="Preface.html">Book Preface</a></em></p>';
	 nav+=' <p><a href="Reviews.html">Reviews</a></em></p>';
	  nav+=' <p><a href="TourSchedule.html">Book Tour Schedule</a></em></p>';
    nav+=' <p><a href="Contact.html">Contact</a></p><p align="center"><img src="img/homer_henry_ann2_sm.jpg" alt="homer_henry_ann2_sm.jpg" width="150" height="192" border="0"  /></p>'; 
	
	
 
    nav+=' <p>&quot;Old age, death, and impermanence&mdash;it seems at first glance impossible to make a reader see these timeless and universal experiences with fresh eyes, but Ann Putnam&rsquo;s luminous prose achieves that miracle and more, transforming pain, suffering, and loss into a literary gift of beauty and redemption.&quot; </p>';
   nav+='  <p>- Charles Johnson, author of <em>Middle Passage</em> and winner of the 1990 National Book Award</p>';



document.getElementById("sidebar1").innerHTML = nav;



}