function beginContent()
{
  document.write("<br />")
  document.write("  <table border='1' width='700' align='center' bordercolor='#003399' ")
  document.write("    style='border-collapse: collapse' cellspacing='0' cellpadding='0'>")
  document.write("    <tr>")
  document.write("      <td style='background-color: #003399' colspan='2'>")
  document.write("        <img border='0' src='images/markChancey2.gif' width='750' ")
  document.write("           height='73' /></td></tr>")
  document.write("    <tr>")
  document.write("      <td width='246' valign='top'>")
  document.write("        <table border='0' width='246' cellpadding='7'  ")
  document.write("          style='border-collapse: collapse'>")
  document.write("          <tr>")
  document.write("            <td>")
  document.write("              <h4><a class='nav' href='/mchancey/'>Home</a></h4>")
  document.write("              <p><h4><a class='nav' href='/mchancey/cv.htm'>CV</a></h4></p>")
  document.write("              <p><h4><a class='nav' href='/mchancey/courses.htm'>")
  document.write("					Courses</a></h4></p>")
  document.write("              <p><h4><a class='nav' target='_blank' ")
  document.write("					href='http://www.smu.edu/dedman/relimenu.html'>Religious Studies ")
  document.write("                    Department</a></h4></p>")
  document.write("              <p><h4><a class='nav' href='/mchancey/public_schools.htm'>")
  document.write("					The Bible and Public Schools</a></h4></p>")
  document.write("            </td>")
  document.write("          </tr>")
  document.write("        </table>")
  document.write("      </td>")
  document.write("      <td width='504' valign='top'>")
  document.write("        <table border='0' width='503' bordercolor='#003399' ")
  document.write("			style='border-collapse: collapse' cellpadding='7'>")
  document.write("          <tr>")
  document.write("        <td>")
}

function endContent()
{
  document.write('</td></tr></table></td></tr></table>')
}
