/* Display Pg FOOTER */
function footer( changed )
{
  var clrline = "red";
  var clrfacetext = "blue";
  var clrdate = "black";

  /*----- Base Attributes -----*/
  document.write('<center><font color=' + clrfacetext + '><font size=4><pre><hr size=4 color=red>');

  document.write('<table bgcolor="#c0e2fd" border="1" bordercolor="#3194fa" cellpadding="0" cellspacing="0" height="10" width="80%"><tbody><tr>');

  taglink( "index.html", "Home");
  taglink( "subgrp.html", "Sub-Group");
  taglink( "http://www.calsnet.net/cchecal", "Calendar");
  // taglink( "library.html", "Library");
  taglink( "links.html", "Links");
  // taglink( "learning.html", "Learning");
  taglink( "class.html", "Classifieds");
  taglink( "contacts.html", "Contacts");
  // taglink( "sitemap.html", "Site Map");

  document.write('</tbody></table>');
  document.write('<hr size=4 color=red></pre>');

  /*----- Guy -----*/
  document.write('<font size=3>');
  document.write('\\ \\ | / /<br>( o &nbsp o )<br>');
  document.write('<font color=' + clrline + '>');
  document.write('------------------------------</font><font color=' + clrfacetext + '>oOo<font color=' + clrline + '>--</font>');
  document.write('<font color=' + clrfacetext + '>(<a href="mailto:dicarain_at_yahoo.com">_</a>)<font color=' + clrline + '>');
  document.write('--</font><font color=' + clrfacetext + '>oOo<font color=' + clrline + '>------------------------------</font><br>');
  document.write('<font size=1><br>');
  /*----- Text -----*/
  document.write('For technical problems with this page, click the ');
  document.write('<!a href="mailto:rupps_at_truevine.net">webmaster<!/a>\'s NOSE. <br>');
  /*----- Date -----*/
  document.write('<font color=' + clrdate + '>( Last updated ' + changed + ' )</font>');
  document.write('</font></font></font>');
  document.write('</font>');
  return;
}


function taglink( textlink, linktext )
{
  document.write('<td height="8" style="border-top: 1px solid rgb(255,255,255); border-left: 1px solid rgb(255,255,255);" width="10%"><p align="center"><a href="' + textlink + '">' + linktext + '</a></p></td>');
}


function old_footer( changed )
{
  var clrline = "red";
  var clrfacetext = "blue";
  var clrdate = "black";

  /*----- Base Attributes -----*/
  document.write('<center><font color=' + clrfacetext + '><font size=4><pre><hr size=4 color=red>');

  /*----- Row 1 -----*/
  document.write('<a href="http://www.cche.jesusanswers.com/index.html"   >Home</a>     ');
  document.write('<a href="http://www.cche.jesusanswers.com/subgrp.html"  >Sub-Group</a>     ');
  document.write('<a href="http://www.calsnet.net/cchecal">Calendar</a><br>');
//  document.write('<a href="http://www.cche.jesusanswers.com/library.html" >Library</a><br>');

  /*----- Row 2 -----*/
  document.write('<a href="http://www.cche.jesusanswers.com/links.html"   >Links</a>    ');
//  document.write('<a href="http://www.cche.jesusanswers.com/learning.html">Learning</a>    ');
  document.write('<a href="http://www.cche.jesusanswers.com/class.html"   >Classifieds</a>    ');
  document.write('<a href="http://www.cche.jesusanswers.com/contacts.html">Contacts</a><hr size=4 color=red></pre>');
//  document.write('<a href="http://www.cche.jesusanswers.com/sitemap.html" >Site Map</a><hr size=4 color=red></pre>');
  /*----- Guy -----*/
  document.write('<font size=3>');
  document.write('\\ \\ | / /<br>( o &nbsp o )<br>');
  document.write('<font color=' + clrline + '>');
  document.write('------------------------------</font><font color=' + clrfacetext + '>oOo<font color=' + clrline + '>--</font>');
  document.write('<font color=' + clrfacetext + '>(<a href="mailto:dicarain_at_yahoo.com">_</a>)<font color=' + clrline + '>');
  document.write('--</font><font color=' + clrfacetext + '>oOo<font color=' + clrline + '>------------------------------</font><br>');
  document.write('<font size=1><br>');
  /*----- Text -----*/
  document.write('For technical problems with this page, click the ');
  document.write('<!a href="mailto:rupps_at_truevine.net">webmaster<!/a>\'s NOSE. <br>');
  /*----- Date -----*/
  document.write('<font color=' + clrdate + '>( Last updated ' + changed + ' )</font>');
  document.write('</font></font></font>');
  document.write('</font>');
  return;
}
