function makelink(linkurl,linktext)
{
  document.write("<a href=\"" + linkurl + "\">" + linktext + "</a><br>")
}

document.write("  <HEAD>");
document.write("    <TITLE>",title,"</TITLE>");
document.write("    <link rel=stylesheet href=\"style.css\">");
document.write("  </HEAD>");
document.write("  <BODY>");
document.write("    <table cellpadding=0 cellspacing=0>");
document.write("      <tr>");
document.write("        <td class=toc>");

document.write("<h1>&nbsp<br></h1>");

document.write("<h3 align=center><a href=\"./\">Mike's Page</a></h3>");

document.write("<h4 class=toc>X-Men</H4><br>");
makelink("xmenmtg.html","Magic Cards");
makelink("images/rogue.gif","Rogue Magic Card");
makelink("fanfic.html","Stupid Fanfic");
makelink("xmnsmile.txt","Smilies");
document.write("<br>");
document.write("<h4 class=toc>Rescue Rangers</H4><br>");
makelink("fanfic.html","Fanfics");
makelink("rrmtg.html","Magic Cards");
makelink("gadget.html","Gadget Shrine");
document.write("<br>");
document.write("<h4 class=toc>Star Trek</h4><br>");
makelink("fanfic.html","Voyager Story");
makelink("efshots.html","Elite Force screenshots");
document.write("<br>");
document.write("<h4 class=toc>Miscellaneous</H4><br>");
makelink("cards.html","Star Trek and Magic cards");
makelink("aboutme.html","About Me");
makelink("resume.html","Résumé");
makelink("./","Homepage");
makelink("webcampics.html","Webcam Images");
makelink("campage.html","Semi-Live Webcam");
makelink("http://monsoonmike.livejournal.com/","LiveJournal Blog");
makelink("videoblogs.html","Video Blog");
makelink("reviews.html","Video Game Reviews");
makelink("cohshots.html","City of Heroes screenshots");
makelink("DisneyWorld.html","DisneyWorld Honeymoon Photos");
document.write("<br>");

document.write("        </td>");
document.write("        <td valign=top>");

