function WriteHeader() {
  document.write(
    "<table width='600'  border='0' cellspacing='0' cellpadding='0'>",
    "<tr>",
    "<td rowspan='2'><img src='img/med_logo.gif' width='100' height='100' /></td>",
    "<td><img src='img/title.gif' width='500' height='80' /></td>",
    "</tr>",
	"<tr>",
	"<td align='left'><img src='img/vspacer.gif' width='40' height='5' />",
	"<a href='index.html' target='_parent'>start</a> ~ <a href='x-country.html' target='bottom'>x-country</a> ~ <a href='indoor.html' target='bottom'>indoor</a> ~ <a href='spring.html' target='bottom'>spring</a> ~ <a href='records.html' target='bottom'>records</a> ~ <a href='scrapbook.html' target='bottom'>scrapbook</a> ~ <a href='alumni.html' target='bottom'>alumni</a></td>",
	"</tr>",
	"</table>"
  )
}

