function Menu()
{
  document.write("<img src=\"CCC-Logo-200px.jpg\" height=195 width=200><br><br>")
  document.write("<div class=\"MenuRollover\">")
  document.write("<a href=\"index.html\">Latest News</a><br>")
  document.write("<a href=\"iSunday.html\">Sunday Service</a><br>")
  document.write("<a href=\"iGroups.html\">Groups and Activities</a><br>")
  document.write("<a href=\"iContact.html\">Contact</a><br>")
  document.write("<a href=\"iHistory.html\">History</a><br>")
  document.write("<a href=\"iSermons.html\">Sermons</a><br>")
  document.write("</div>")
}


function HeadWrapper()
{
  document.write("<table class=\"MainTable\">")
  document.write("<tr>")
  document.write("<td class=\"MainTable\">")
  document.write("<table>")
  document.write("<tr>")
  document.write("<td>")
  document.write("<script type=\"text/javascript\">Menu()</script>")
  document.write("</td>")
  document.write("<td width=100%>")
}


function TailWrapper()
{
  document.write("</td>")
  document.write("</tr>")
  document.write("<tr>")
  document.write("<td colspan=\"2\">")
  document.write("<P align=\"right\"><sub>© Copyright Cornerstone Christian Church Inc</sub></p>")
  document.write("</td>")
  document.write("</tr>")
  document.write("</table>")
  document.write("</td>")
  document.write("</tr>")
  document.write("</table>")
}


function Elders()
{
  document.write( String.fromCharCode(101) );
  document.write( String.fromCharCode(108) );
  document.write( String.fromCharCode(100) );
  document.write( String.fromCharCode(101) );
  document.write( String.fromCharCode(114) );
  document.write( String.fromCharCode(115) );

  AtSymbol = 6 * 10 + 4
  document.write( String.fromCharCode( AtSymbol ) );

  document.write( String.fromCharCode(099) );
  document.write( String.fromCharCode(111) );
  document.write( String.fromCharCode(114) );
  document.write( String.fromCharCode(110) );
  document.write( String.fromCharCode(101) );
  document.write( String.fromCharCode(114) );
  document.write( String.fromCharCode(115) );
  document.write( String.fromCharCode(116) );
  document.write( String.fromCharCode(111) );
  document.write( String.fromCharCode(110) );
  document.write( String.fromCharCode(101) );
  document.write( String.fromCharCode(099) );
  document.write( String.fromCharCode(099) );

  FirstDot = 4 * 10 + 6
  document.write( String.fromCharCode( FirstDot ) );

  document.write( String.fromCharCode(111) );
  document.write( String.fromCharCode(114) );
  document.write( String.fromCharCode(103) );

  SecondDot = 5 * 10 - 4
  document.write( String.fromCharCode( SecondDot ) );

  document.write( String.fromCharCode(097) );
  document.write( String.fromCharCode(117) );
}
