document.writeln("<div id=pageWrapper>") ;

document.writeln("<div id=navBar>") ;
document.writeln("<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=\"530\">") ;

if (thisPage == "index")
   {
   document.writeln("<td class='thisPage' VALIGN=center WIDTH=25% HEIGHT=\"35\"><center>Home</center></td>") ;
   }
else
   {
   document.writeln("<td VALIGN=center WIDTH=25% HEIGHT=\"35\"><center><A href=\"index.htm\">Home</a></center></td>") ;
   } ;

if (thisPage == "bio")
   {
   document.writeln("<td class='thisPage' VALIGN=center WIDTH=25% HEIGHT=\"35\"><center>Biography</center></td>") ;
   }
else
   {
   document.writeln("<td VALIGN=center WIDTH=25% HEIGHT=\"35\"><center><A href=\"bio.htm\">Biography</a></center></td>") ;
   } ;

if (thisPage == "calendar")
   {
   document.writeln("<td class='thisPage' VALIGN=center WIDTH=25% HEIGHT=\"35\"><center>Calendar</center></td>") ;
   }
else
   {
   document.writeln("<td VALIGN=center WIDTH=25% HEIGHT=\"35\"><center><A href=\"schedule.htm\">Calendar</A></center></td>") ;
   } ;

if (thisPage == "news")
   {
   document.writeln("<td class='thisPage' VALIGN=center WIDTH=25% HEIGHT=\"35\"><center>Newsletter</center></td>") ;
   }
else
   {
   document.writeln("<td VALIGN=center WIDTH=25% HEIGHT=\"35\"><center><A href=\"newsletter.htm\">Newsletter</a></center></td>") ;
   } ;

document.writeln("</table>") ;
document.writeln("</div>") ;
