document.write("<table width=100% height=33 border=0 cellpadding=0 cellspacing=0>");
document.write("<tr>");
document.write("<td width=753 height=25 align=center class=bg_link>");
document.write("<strong><a href=index.html class=headerlink>Home</a></strong>");
document.write("<span class=pipe>|</span>");
document.write("<strong><a href=about.html class=headerlink>About</a></strong>");
document.write("<span class=pipe>|</span><strong>");
document.write("<a href=mission.html class=headerlink>Mission</a></strong>");
document.write("<span class=pipe>|</span><strong>");
document.write("<a href=projects.html class=headerlink>Projects</a></strong>");
document.write("<span class=pipe>|</span>");
document.write("<strong><a href=books.html class=headerlink>Books &amp; Resources</a></strong>");
document.write("<span class=pipe>|</span>");
document.write("<strong><a href=wallofgrat.html class=headerlink>Wall of Gratitude</a> </strong>");
document.write("<span class=pipe>|</span>"); 
document.write("<strong><a href=contact.html class=headerlink>Contact</a></strong></td>");
document.write("</tr>"); 
document.write("</table>");






/*
<table width="100%" height="33" border="0" cellpadding="0" cellspacing="0">

  <tr>
    <tr>
    <td width="753" height="25" align="center" class="bg_link">
	<strong><a href="index.html" class="headerlink">Home</a></strong>
	<span class="pipe">|</span>
	<strong><a href="about.html" class="headerlink">About</a></strong>
	<span class="pipe">|</span><strong>
	<a href="mission.html" class="headerlink">Mission</a></strong>
	<span class="pipe">|</span><strong>
	<a href="projects.html" class="headerlink">Projects</a></strong>
	<span class="pipe">|</span>
	<strong><a href="books.html" class="headerlink">Books &amp; Resources</a></strong>
	
	<span class="pipe">|</span>
	<strong><a href="wallofgrat.html" class="headerlink">Wall of Gratitude</a> </strong>
	<span class="pipe">|</span> 
	<strong><a href="contact.html" class="headerlink">Contact</a></strong></td>
  </tr>
 
</table>
*/

