function pagestart() {
  document.write("    <center><table border=0 cellpadding=4 cellspacing=3 bgcolor=#ffdd00><tr><td bgcolor=#000099><table border=0 cellpadding=7 cellspacing=0><tr><td width=600 bgcolor=#ffffff>");
}

function links(where) {
  document.write("      <div class=links>[");
  if (where != "home")
    document.write("        <a href=" + '"' + "http://jmeagher.2ya.com/" + '"' + " title=" + '"' + "Joe's Index" + '"' + ">home</a> |");
  else
    document.write("        home |");
  if (where != "stories")
    document.write("        <a href=" + '"' + "http://stories.jmeagher.2ya.com/" + '"' + " title=" + '"' + "Stories and Memories" + '"' + ">stories</a> |");
  else
    document.write("        stories |");
  if (where != "pictures")
    document.write("        <a href=" + '"' + "http://pictures.jmeagher.2ya.com/" + '"' + " title=" + '"' + "Joe's Pictures" + '"' + ">pictures</a> |");
  else
    document.write("        pictures |");
  if (where != "sign")
    document.write("        <a href=" + '"' + "/sign.html" + '"' + " title=" + '"' + "Sign Joe's Guestbook" + '"' + ">sign</a>");
  else
    document.write("        sign");
  document.write("      ]</div>");
}

function pageend() {
  document.write("    </td></tr></table></td></tr></table></center>");
}