<!-- Top of Page HTML here -->
var headerHTML1 = new String("\
<!-- End Masthead -->\
<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\
  <tr>\
     <td align=\"center\" width=\"100%\" bgcolor=\"#999999\">\
      <img src=\"../images/title2.jpg\" width=\"1000\" height=\"145\" alt=\"Home\" border=\"0\"></a></td>\
  </tr>\
</table>\
<!-- End Masthead -->\
<!-- NAVigation Bar -->\
<!-- End NAV -->\
");



//Search Results page should call this function
function doHeader() {
    document.open();
    document.write(headerHTML1);
}
   
function doHeader3() {
    document.write(headerHTML3);
}
