document.writeln(" <a name='top'></a> ");
document.writeln("  <table align='center' border='3' width='500'>");
document.writeln("    <tr align='center'>");
document.writeln("      <td><a href='education.html'>Education</a></td>");
document.writeln("      <td><a href='commercial.html'>Commercial</a></td>");
document.writeln("      <td><a href='government.html'>Government</a></td>");
document.writeln("      <td><a href='healthcare.html'>Health Care</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr align='center'>");
document.writeln("      <td><a href='restaurant.html'>Restaurants</a></td>");
document.writeln("      <td><a href='investigative.html'>Investigative</a></td>");
document.writeln("      <td><a href='religious.html'>Religious</a></td>");
document.writeln("      <td><a href='industrial.html'>Industrial</a></td>");
document.writeln("    </tr>");
document.writeln("  </table>");

