var header_text = (

  "<table>" +

  "  <tr>" +
  "    <td class='header_logo' rowspan='2'><img src='../graphics/header/logo.gif' alt=''></td>" +
  "    <td class='header_banner'><img src='../graphics/header/end.gif' alt=''></td>" +
  "  </tr>" +

  "  <tr>" +
  "    <td class='header_links' align='center'><span id='cntdwn'></span>" +
  "      <hr class='header'>" +
  "      <a class='header_link' href='../html/home.html' title='Home'>Home</a> ::" +
  "      <a class='header_link' href='../html/event.html' title='About the Guildford Cycle Challenge'>The Event</a> ::" +
  "      <a class='header_link' href='../html/entry.html' title='Enter the 2008 Guildford Cycle Challenge'>Entry</a> ::" +
  "      <a class='header_link' href='../html/sponsors.html' title='Sponsors'>Sponsors</a> ::" +
  "      <a class='header_link' href='../html/contact.html' title='Contact'>Contact</a>" +
  "    </td>" +
  "  </tr>" +

  "</table>"

);

document.write(header_text);