var headerHtml = " ";
headerHtml += " " +
"<!-- table encapsulating the top navbar //-->" +
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"780\">" +
"   <tr>" +
"      <td bgcolor=\"#000000\" height=\"50\" align=\"left\" valign=\"top\">" +
"         <a id=\"header_TSISLink\"><img src=\"/images/topnav2_negative_gradient.gif\" border=\"0\" /></a>" +
"      </td>" +
"      <td bgcolor=\"#000000\" height=\"50\" align=\"middle\">" +
"      </td>" +
"      <td bgcolor=\"#000000\" height=\"50\" align=\"right\" valign=\"bottom\">" +
"         <img src=\"/images/transtar_logo_text_negative_16.gif\" border=\"0\" height=\"38\" width=\"395\"" +
"          alt=\"The Greater Houston Transportation and Emergency Management Center\" usemap=\"#transtar_agencies\">" +
"         <map id=\"transtar_agencies\" name=\"transtar_agencies\">" +
"         <area shape=\"rect\" coords=\"238,0,334,17\" href=\"http://www.houstontx.gov/\" title=\"\" />" +
"         <area shape=\"rect\" coords=\"238,17,334,33\" href=\"http://www.co.harris.tx.us/\" title=\"\" />" +
"         <area shape=\"rect\" coords=\"335,0,394,17\" href=\"http://www.ridemetro.org/\" title=\"\" />" +
"         <area shape=\"rect\" coords=\"335,17,394,33\" href=\"http://www.dot.state.tx.us/\" title=\"\" />" +
"         <area shape=\"default\" nohref=\"nohref\" alt=\"\">" +
"         </map>" +
"      </td>" +
"   </tr>" +
"   <tr height=\"1\">" +
"      <td bgcolor=\"#ffffff\" valign=\"bottom\"></td>" +
"   </tr>" +
"</table>" +
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"780\">" +
"   <tr>" +
"      <td bgcolor=\"#006699\" class=\"topmenu\" align=\"left\" nowrap height=\"20\" width=\"400\">" +
"         &nbsp;&nbsp;" +
"         <a href=\"http://www.houstontranstar.org\">Home</a>" +
"         &nbsp;&nbsp;|" +
"         &nbsp;&nbsp;" +
"         <a href=\"/contact/\">Contact Us</a>" +
"         &nbsp;&nbsp;|" +
"         &nbsp;&nbsp;" +
"         <a href=\"http://www.houstontranstar.org/about_transtar/\">About Houston TranStar</a>" +
"         &nbsp;&nbsp;" +
"      </td>" +
"      <td bgcolor=\"#006699\" class=\"topmenu\" align=\"right\" nowrap height=\"20\">" +
"         &nbsp;&nbsp;" +
"         <a href=\"http://www.newsrouter.com/newsrouter_uploads/6/default.asp\">News Room</a>" +
"         &nbsp;&nbsp;|" +
"         &nbsp;&nbsp;" +
"         <a href=\"http://www.houstontranstar.org/tours/\">Tours</a>" +
"         &nbsp;&nbsp;" +
"      </td>" +
"   </tr>" +
"</table>" + 
"<!-- end of navbar table //-->" +
" ";
document.write(headerHtml);
