function writeHeader() {

  document.write("<script language=\"JavaScript\" src=\"http://www.calgaryhealthregion.ca/overlib.js\">\n")
  document.write("<!-- overLIB (c) Erik Bosrup -->\n")
  document.write("</script>\n")
  document.write("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse: collapse\" bordercolor=\"#111111\">\n")
  document.write("  <tr>\n")
  document.write("    <td width=\"100%\" background=\"http://www.calgaryhealthregion.ca/images/Percentagecover_02.gif\" colspan=\"2\" height=\"78\">\n")
  document.write("      <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse\" bordercolor=\"#111111\" width=\"100%\">\n")
  document.write("        <tr>\n")
  document.write("          <td width=\"50%\">\n")
  document.write("          <a href=\"http://www.calgaryhealthregion.ca\">\n")
  document.write("          <img border=\"0\" src=\"http://www.calgaryhealthregion.ca/images/Percentagecover_01.gif\" align=\"left\" width=\"274\" height=\"78\"></a></td>\n")
  document.write("          <td width=\"50%\">\n")
  document.write("          <a href=\"http://www.calgaryhealthregion.ca/resources/search.html\">\n")
  document.write("          <img src=\"http://www.calgaryhealthregion.ca/images/Cover2v2_02.gif\" border=\"0\" align=\"right\" width=\"145\" height=\"78\"></a></td>\n")
  document.write("        </tr>\n")
  document.write("      </table>\n")
  document.write("    </td>\n")
  document.write("  </tr>\n")
  document.write("</table>\n")
  document.write("<div align=\"center\">\n")
  document.write("<table width=\"95%\" border=\"0\">\n")
  document.write("<tr>\n")
  document.write("  <td valign=\"middle\" width=\"100%\" align=\"center\">\n")
  document.write("    <b><font face=\"arial,helvetica,sans-serif\" size=\"3\" style=\"font-size: 12pt ! important; font-weight: 700 ! important;\">\n")
  document.write("    Policy\n")
  document.write("    </font></b>\n")
  document.write("  </td>\n")
  document.write("</tr>\n")
  document.write("</table>\n")
  document.write("</div>\n")

}