<!--
function top_of_page()
{// Drawing the logo and navigation at the top of the page
 document.writeln('<CENTER>       '); 
 document.writeln('    <TABLE BORDER=0 WIDTH="80%">      ');    
 document.writeln('     <TR>  ');   
  document.writeln('      <TD> ');  
 document.writeln('       <div align="center">'); 	  
 document.writeln('        <table cellpadding=4 rules=GROUPS border=3 frame=BOX'); 	  
 document.writeln('                align="right" >'); 
 document.writeln('           <thead>'); 
 document.writeln('           <tr>'); 
 document.writeln('             <th bgcolor="tan">Who we are</th>'); 
 document.writeln('           </tr>'); 
 document.writeln('           </thead> <tbody>'); 
 document.writeln('           <tr>'); 
 document.writeln('            <td bgcolor="tan"> '); 
 document.writeln('      <a href="history.html">History</a><br>'); 
 document.writeln('               <a href="philosophy.html">Philosophy</a><BR>'); 
 document.writeln('                </a>'); 
 document.writeln('              <a  href="lifecycle.html">Life-cycles</a>'); 
 document.writeln('           </td>'); 
 document.writeln('         </tr>'); 
 document.writeln('        </tbody>'); 
 document.writeln('      </table>'); 
 document.writeln('      </div>'); 	  

 document.writeln('    </td>'); 
 document.writeln('    <td>'); 
 document.writeln('    <div align="center">'); 	  
 document.writeln('        <A HREF="index.html"><img src="images/Logo.gif" ALIGN=CENTER WIDTH=98 HEIGHT=162></A>'); 
 document.writeln('     </div>'); 	  
 document.writeln('    </td>'); 
 document.writeln('    <td align="left">'); 
 document.writeln('      <div align="center">'); 
 document.writeln('       <table cellpadding=4 rules=GROUPS border=3'); 
 document.writeln('            frame=BOX align="left">'); 
 document.writeln('           <thead>'); 
 document.writeln('          <tr>'); 
 document.writeln('           <th bgcolor="tan">Resources</th>'); 
 document.writeln('         </tr>'); 
 document.writeln('        </thead> <tbody>'); 
 document.writeln('        <tr>'); 
 document.writeln('          <td bgcolor="tan">'); 
 document.writeln('            <a href="officiants.html">Officiants</A><BR>'); 
 document.writeln('           <a href="communities.html">Communities</A>'); 
 document.writeln('          <BR>'); 
 document.writeln('           <a href="links.html">Links</A>'); 
 document.writeln('          </td>'); 
 document.writeln('        </tr>'); 
 document.writeln('        </tbody>'); 
 document.writeln('      </table>'); 
 document.writeln('     </div>'); 
 document.writeln('    </TD>'); 
 document.writeln('    </TR>     '); 
 document.writeln('    <TR>   '); 
 document.writeln('     <TD ALIGN=CENTER COLSPAN=3>   '); 
 document.writeln('        <img src="images/obar.gif" ALIGN=BOTTOM WIDTH=504 HEIGHT=3>'); 

 document.writeln('     </TD> '); 
 document.writeln('    </TR>  '); 
 document.writeln('   </TABLE>    '); 
 document.writeln(' </CENTER>      ');
}
function bottom_of_page()
{
 document.writeln('      <P><P>');
 document.writeln('      <FONT SIZE=-2>');
 document.writeln('          <CENTER>');
 document.writeln(' <TABLE>');
 document.writeln(' <TBODY>');
 document.writeln(' <TR>');
 document.writeln('<TD><FONT SIZE=-2 FACE="ARIAL">');
 document.writeln('            <a href="history.html">History</a> ');
 document.writeln(' </TD><TD><FONT SIZE=-2 FACE="ARIAL">');
 document.writeln('          |  ');
 document.writeln(' </TD><TD><FONT SIZE=-2 FACE="ARIAL">');
 document.writeln(' <a href="philosophy.html">Philosophy</a>');
 document.writeln(' </TD><TD><FONT SIZE=-2 FACE="ARIAL">');
 document.writeln('          |  ');
 document.writeln(' </TD><TD><FONT SIZE=-2 FACE="ARIAL">');
 document.writeln(' <a href="lifecycle.html">Life-Cycle</a>');
 document.writeln(' </TD>');
 document.writeln(' </TR><TR>');
 document.writeln('<TD><FONT SIZE=-2 FACE="ARIAL">');
 document.writeln('             <a href="officiants.html">Officiants</a> ');
 document.writeln(' </TD><TD><FONT SIZE=-2 FACE="ARIAL">');
 document.writeln('          | ');
 document.writeln(' </TD><TD><FONT SIZE=-2 FACE="ARIAL">');
 document.writeln(' <a href="communities.html">Communities</a>');
 document.writeln(' </TD><TD><FONT SIZE=-2 FACE="ARIAL">');
 document.writeln('          | ');
 document.writeln(' </TD><TD><FONT SIZE=-2 FACE="ARIAL">');
 document.writeln(' <a href="links.html">Links</a>');
 document.writeln(' </TD>');
 document.writeln(' </TR><TR>');
  document.writeln('<TD COLSPAN=5><FONT SIZE=-2 FACE="ARIAL">');
 document.writeln(' <CENTER>           <a href="index.html">LCSHJ Home</a></CENTER>');
 document.writeln(' </TD></TR>');

 document.writeln('<TD COLSPAN=5><FONT SIZE=-2 FACE="ARIAL">');
 document.writeln(' <CENTER>     <A HREF="mailto:&#119;&#101;&#98;&#109;&#97;&#115;&#116;e&#114;&#64;&#108;&#99;s&#104;&#106;.org">Webmaster</A></CENTER>');  
//&#119;&#101;&#98;&#109;&#97;&#115;&#116;e&#114;&#64;&#108;&#99;s&#104;&#106;.org</A>  
 
 // <a href="mailto:webmaster@lcshj.org">Webmaster</a></CENTER>');
 document.writeln(' </TD></TR>');
  document.writeln(' </TBODY>');
 document.writeln(' </TABLE>'); 
 document.writeln('           </CENTER> </FONT>');
}
//-->
