
var i='<div id="nav"><ul>';
  i+=' <li class="links"><strong>Links</strong></li>';
  i+=' <li>	<a href="http://funstuff.pantomimepony.co.uk/index.htm" title="Free funstuff">Funstuff</a> </li>';
  i+=' <li>	<a rel="nofollow" href="http://badgerkingdom.pantomimepony.co.uk" title="Free browser based nature simulation game">Badger Kingdom</a> </li>';
  i+=' <li>	<a rel="nofollow" href="http://funstuff.pantomimepony.co.uk/pirateinsult.htm" title="Arr! Me hearties! A pirate insult generator">Pirate Insults</a> </li>';
  i+=' <li>	<a rel="nofollow" href="http://funstuff.pantomimepony.co.uk/petname.htm" title="Generate a romantic petname for your lover">Petname Gen.</a> </li>';
  i+=' <li>	<a rel="nofollow" href="http://funstuff.pantomimepony.co.uk/unpetname.htm" title="Find a descriptive insult for the lover who dumped you">Ex Lover Insults</a> </li>';
  i+=' <li > <a rel="nofollow" href="http://funstuff.pantomimepony.co.uk/love-letter-writer.htm" title="Generate a romantic love letter">Love Letter Writer</a> </li>';
  i+=' <li >	<a rel="nofollow" href="http://what-do-cats-think.pantomimepony.co.uk/index.htm" title="Discover what cats think about any subject">Cattitude!</a> </li>';
  i+=' <li >	<a rel="nofollow" href="http://funstuff.pantomimepony.co.uk/sci-fi-insult.htm" title="Create insults with a science fiction theme">Sci-Fi Insults</a> </li>';
  i+=' <li >	<a rel="nofollow" href="http://funstuff.pantomimepony.co.uk/catchphrase.htm" title="Create a unique new catchphrase or slogan for yourself">Catchphrase Gen.</a> </li>';
i+=' <li class="new">	<a rel="nofollow" href="http://funstuff.pantomimepony.co.uk/green-insult-generator.htm" title="Environmentally friendly insults">Green Insults</a> </li>';
i+=' <li class="new">	<a rel="nofollow" href="http://funstuff.pantomimepony.co.uk/leaving-card-message-generator.htm" title="Generate an interesting message to write in someone&#39;s leaving card">Leaving card messages</a> </li>';
  i+=' <li >	<a href="http://funstuff.pantomimepony.co.uk/writers-den-index.htm" title="The writers den">The Writers Den</a> </li>';

  i+='</ul></div>';
  document.write(i);
