// JavaScript Document
document.write('<h1>General Information</h1>');
document.write('<p><a href="gen_about.html">About Us</a><br />');
document.write('<a href="gen_vision.html">Vision Statement</a><br />');
document.write('<a href="gen_faith.html">Statement of Faith</a><br />');
document.write('<a href="gen_admission.html">Admissions</a><br />');
document.write('<a href="gen_faq.html">Frequent Questions</a><br />');
document.write('<a href="gen_facstaff.html">Faculty and Staff</a></p>');
document.write('<h1>Programs</h1>');
// document.write('<a href="prog_elem.html">Elementary</a><br />');
document.write('<p><a href="prog_k4.html">Kindergarten 4</a><br />');
document.write('<a href="prog_k5.html">Kindergarten 5</a><br />');
document.write('<a href="prog_kingdom.html">Kingdom Club</a><br />');
document.write('<a href="prog_covelem.html">Grammar School</a><br />');
document.write('<a href="prog_trinity.html">High School</a></p>');
document.write('<h1>Activities</h1>');
document.write('<p><a href="news.html">News</a><br />');
document.write('<a href="act_calendar.html">Calendar</a><br />');
document.write('<a href="act_fund.html">Fundraising</a><br />');
document.write('<a href="act_hcc.html">HCC Competition</a><br />');
document.write('<a href="act_sports.html">Sports</a><br />');
document.write('<a href="act_photos.html">Photos</a></p>');
document.write('<h1>Support TCS</h1>');
document.write('<p><a href="http://www.boxtops4education.com/">Boxtops for Education</a><br />');
document.write('<a href="http://www.labelsforeducation.com/default.aspx">Campbells Labels</a><br />');
document.write('<p>&nbsp;</p>');
