/***********************************************
  (c) Copyright 2004 - 2007 : junktext
  All Rights Reserved.

  This is my main menu on the website.  This
  file will allow me to change one file vice
  multiple web pages to make changes to them
  all.
************************************************/

/* j u n k t e x t . o r g */

document.write('<center>');

document.write('<font style="font-size: 13pt; font-family: serif; font-weight: bold; letter-spacing: 0.4em">junktext.org</font>');

document.write('<br /><br /><small><i>"Lorem ipsum dolor sit amet."</i></small><br />');

document.write('</center>');
document.write('<p>');

/* Sets up the table */

document.write('<center>');
document.write('<table border="0" cellpadding="6" cellspacing="1">');
document.write('<tr>');
document.write('<td align="center">');
document.write('<font class="titleheading">');

/* Links within */

  document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('<a href="http://www.junktext.org/" class="nounderline">News</a>&nbsp;&nbsp;&#8211;&nbsp;&nbsp;');
document.write('<a href="http://www.junktext.org/about.php" class="nounderline">About</a>&nbsp;&nbsp;&#8211;&nbsp;&nbsp;');
document.write('<a href="http://www.junktext.org/game_server.php" class="nounderline">Game Server</a>&nbsp;&nbsp;&#8211;&nbsp;&nbsp;');
document.write('<a href="http://www.junktext.net/forums" target="_blank" class="nounderline">Forums</a>&nbsp;&nbsp;&#8211;&nbsp;&nbsp;');
document.write('<a href="http://www.junktext.org/projects.php" class="nounderline">Projects</a>');
  document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');

    document.write('</font></td></tr><tr><td align="center"><font class="titleheading">');

  document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('<a href="http://www.junktext.org/tech_notes.php" class="nounderline">Tech Notes</a>&nbsp;&nbsp;&#8211;&nbsp;&nbsp;');
document.write('<a href="http://www.junktext.org/pictures.php" class="nounderline">Pictures</a>&nbsp;&nbsp;&#8211;&nbsp;&nbsp;');
document.write('<a href="http://www.junktext.org/my_travel_stories.php" class="nounderline">My Travel Stories</a>&nbsp;&nbsp;&#8211;&nbsp;&nbsp;');
document.write('<a href="http://www.junktext.org/links.php" class="nounderline">Links</a>');
  document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');


/* Finish it off */

document.write('</font>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('</center>');
document.write('</p>');
