<!-- FOOTER BAR -->

function footer()
{
document.write('<table align="centre" width="850px" border="0" cellspacing="9" cellpadding="9">');
document.write('<tr>');
document.write('<td class="jbv-smalltxt" width="275px" align="left">©2010, Jethavana Buddhist Vihara.<br>All Rights Reserved.</td>');
document.write('<td class="jbv-smalltxt" width="575px" align="left" valign="top"><a href="index.htm">home</a> | <a href="contactus.htm">contact us</a> | <a href="temple_location.htm">our location</a> | <a href="#.htm">site map</a> | <a href="#top">top of page</a></td>');
document.write('</tr>');
document.write('</table>');
}
