                         /* Phoenix Temple Footers */

/*--------------------------------- Footer ---------------------------------*/

function doFooter() {
  document.write('<table border="0" cellpadding="5" cellspacing="0" width="650">');
  document.write('<tr><td align="center">');
  document.write('<span class="smalltext">Copyright &copy; 2009 Self-Realization Fellowship.');
  document.write('All rights reserved.</span><br>');
  document.write('<span class="smalltext">Last updated: ' + document.lastModified + '</span><br><br>');
  document.write('<img src="/images/dingbats/arrow_up.gif" border="0" ><br>');
  document.write('<a href="#top" class="gold_link">TOP</a></p>');
  document.write('');
  document.write('</td></tr>');
  document.write('</table>');
}

/*-------------------------- Footer with gold bar --------------------------*/

function doFooterBar() {
  document.write('<table border="0" cellpadding="5" cellspacing="0" width="650">');
  document.write('<tr><td align="center">');
  document.write('<img src="/images/dingbats/gold_line_530.gif"><br>');
  document.write('<span class="smalltext">Copyright &copy; 2009 Self-Realization Fellowship.');
  document.write('All rights reserved.</span><br>');
  document.write('<span class="smalltext">Last updated: ' + document.lastModified + '</span><br><br>');
  document.write('<img src="/images/dingbats/arrow_up.gif" border="0" ><br>');
  document.write('<a href="#top" class="gold_link">TOP</a></p>');
  document.write('');
  document.write('</td></tr>');
  document.write('</table>');
}
