document.write("<table width=74% border=0 cellspacing=0 cellpadding=0>");
document.write("<tr>");
document.write("<td height=25 align=right valign=top class=bg_footer>");
document.write("<a href=index.html class=footerlink>Home</a>");
document.write("<span class=pipefooter>|</span>");
document.write("<a href=about.html class=footerlink>About</a>");
document.write("<span class=pipefooter>|</span>");
document.write("<a href=mission.html class=footerlink>Mission</a>");
document.write("<span class=pipefooter>|</span>"); 
document.write("<a href=projects.html class=footerlink>Projects</a>");
document.write("<span class=pipefooter>|</span>"); 
document.write("<a href=books.html class=footerlink>Books &amp; Resources</a>");
document.write("<span class=pipefooter>|</span>");
document.write("<a href=wallofgrat.html class=footerlink>Wall of Gratitude</a>");
document.write("<span class=pipefooter>|</span>");
document.write("<a href=contact.html class=footerlink>Contact</a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td height=25 align=right valign=bottom>");
document.write("<span class=footerfont>Copyright 2011, All Rights Reserved</span></td>");
document.write("</tr>");
document.write("</table>");




/*<table width="74%" border="0" cellspacing="0" cellpadding="0">
  <tr>
<td height="25" align="right" valign="top" class="bg_footer">


	  <a href="index.html" class="footerlink">About</a>
	<span class="pipefooter">|</span>
	<a href="mission.html" class="footerlink">Mission</a>
	<span class="pipefooter">|</span> 
	
	<a href="books.html" class="footerlink">Books</a>
	<span class="pipefooter">|</span>
	 <a href="service.html" class="footerlink">Zigglar Book Store</a>
	 <span class="pipefooter">|</span>
	<a href="Resources.html" class="footerlink">Resources</a>
	<span class="pipefooter">|</span>
	<a href="wallofgrat.html" class="footerlink">Wall of Gratitude</a>
	<span class="pipefooter">|</span>
	<a href="contact.html" class="footerlink">Contact</a></td>
</tr>

  <tr>
<td height="25" align="right" valign="bottom">

<span class="footerfont">Copyright 2011, All Rights Reserved</span></td>
</tr>
</table>
*/

