document.write("<table>");
document.write("<tr>");
document.write("<td><a id=\"selected\" href=\"index1.html\">Home</a></td>");
document.write("<td><a href=\"about/index.html\">About</a></td>");
document.write("<td><a href=\"contacts/index.html\">Contacts</a></td>");
document.write("<td><a href=\"shows/index.html\">Shows</a></td>");
document.write("<td><a href=\"diary/index.html\">Diary</a></td>");
document.write("<td><a href=\"hire/index.html\">Hire</a></td>");
document.write("<td><a href=\"download/index.html\">Downloads</a></td>");
document.write("<td><a href=\"links/index.html\">Links</a></td>");
document.write("</tr>")
document.write("</table>")

