
var i='<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 href="http://funstuff.pantomimepony.co.uk/writers-den-index.htm" title="Writers Den index page">Writers Den index</a> </li>';
  	i+=' <li >	<a rel="nofollow" href="http://funstuff.pantomimepony.co.uk/writers-plot-ideas.htm" title="Get the next plotline for a great novel here">Writers plot generator</a> </li>';
  	i+=' <li >	<a rel="nofollow" href="http://funstuff.pantomimepony.co.uk/writers-exercises.htm" title="Warm up your creative brain with these randomly generated fun tasks">Writers exercises</a> </li>';
	i+=' <li >	<a rel="nofollow" href="http://funstuff.pantomimepony.co.uk/blank-page-eliminator.htm" title="A cut and paste template to eliminate blank page syndrome">Blank page eliminator</a> </li>';
    i+=' <li >	<a rel="nofollow" href="http://funstuff.pantomimepony.co.uk/writers-plot-twists.htm" title="Does your plot need a jog? This random generator will help you out">Plot twist generator</a> </li>';
    i+=' <li >	<a rel="nofollow" href="http://funstuff.pantomimepony.co.uk/writers-character-names.htm" title="Generate some random names for the characters in your story">Character names</a> </li>';
    i+=' <li >	<a rel="nofollow" href="http://funstuff.pantomimepony.co.uk/writers-character-profiles.htm" title="Generate a short biography to flesh out your characters">Character profile creator</a> </li>';
    i+=' <li >	<a rel="nofollow" href="http://funstuff.pantomimepony.co.uk/ten-tips-for-writers.htm" title="Some great pointers to better fiction writing">10 writing tips</a> </li>';  
	i+=' <li >	<a rel="nofollow" href="http://funstuff.pantomimepony.co.uk/writers-first-lines.htm" title="Create some opening lines for stories that will grab your readers attention">First line generator</a> </li>';
	i+=' <li class="new">	<a rel="nofollow" href="http://funstuff.pantomimepony.co.uk/writers-location.htm" title="Make up some random location names and descriptions">Location creator</a> </li>';
	i+=' <li class="new">	<a rel="nofollow" href="http://funstuff.pantomimepony.co.uk/writers-bookshelf_us.htm" title="The essential books that should be on every writers shelves">Writers bookshelf</a> </li>';
  i+=' <li class="feedback">    <a rel="nofollow" href="mailto:feedback@pantomimepony.co.uk" title="Give feedback or report a problem">E-mail us</a> </li>';
  i+='</ul>';
  document.write(i);
