	document.writeln("<H3 CLASS='NavElement'>My Home <a href='http://knight.ucc.asn.au'>page</a></H3>");
	document.writeln("<UL CLASS='MenuElement'>");
	document.writeln("<LI><A HREF='http://knight.ucc.asn.au/aboutme.html'>About Me</A>");
	document.writeln("<LI><A HREF='http://www.james.rcpt.to/perth/'>Perth</A> ");
	document.writeln("<LI><A HREF='http://ucc.asn.au'>UCC</A>");
	document.writeln("</UL>");
	document.writeln("<h3 class='NavElement'>RPG stuff</h3>");
	document.writeln("<UL CLASS='MenuElement'>");
   	document.writeln("<LI><A HREF='http://knight.ucc.asn.au/mystara/'>Mystara</A></LI>");
   	document.writeln("<LI>My <A HREF='http://knight.ucc.asn.au/campaign/'>Campaigns</A></LI>");
   	document.writeln("<LI><A HREF='http://knight.ucc.asn.au/campaign/cu.html'>Stories</A>, diaries</LI>");
   	document.writeln("<LI><A HREF='http://knight.ucc.asn.au/glaive/'>Glaive</A> RPG</LI>");
   	document.writeln("<LI><A HREF='http://www.gu.uwa.edu.au/clubs/unigames/'>Unigames</A> club</LI>");
   	document.writeln("<LI>RPG <A HREF='http://knight.ucc.asn.au/rpgdata/'>stuff</A></LI>");
   	document.writeln("<LI><A HREF='http://knight.ucc.asn.au/paladin.html'>Paladin</A> links</LI>");
	document.writeln("</UL>");
