function sitemap () {

	document.write("<div class=\"sitemap\">");
	document.write("<img src=\"/images/sitemap-top.gif\">");
	document.write("<div class=\"padding\">");

	document.write("<h2>");
	document.write("Hittar du inte det du söker?");
	document.write("</h2>");

	document.write("<table>");
	document.write("<tr>");

	/* Column #1 */

	document.write("<td>");

	document.write("<a href=\"/about.pl\"><strong>Allmänt</strong></a><br>");
	document.write("<a href=\"/about.pl\">Om sajten</a><br>");
	document.write("<a href=\"/quiz.pl\">Quiz</a><br>");
	document.write("<br>");
	document.write("<a href=\"/newsletter.pl\"><strong>Nyheter</strong></a><br>");
	document.write("<a href=\"/newsletter.pl\">Nyhetsbrev</a><br>");
	document.write("<a href=\"/blog.pl\">Blogg</a><br>");
	document.write("<a href=\"/facebook.pl\">Facebook</a><br>");
	document.write("<a href=\"/twitter.pl\">Twitter</a><br>");
	document.write("<a href=\"/iphone.pl\">iPhone</a><br>");	
	document.write("</td>");
	
	/* Column #2 */
		
	document.write("<td>");
	document.write("<a href=\"/search.pl\"><strong>Recept</strong></a><br>");
	document.write("<a href=\"/search.pl?searchstring=söta muffins\">Söta muffins</a><br>");
	document.write("<a href=\"/search.pl?searchstring=frukostmuffins\">Frukostmuffins</a><br>");
	document.write("<a href=\"/search.pl?searchstring=matmuffins\">Matmuffins</a><br>");
	document.write("<a href=\"/search.pl?searchstring=cupcakes\">Cupcakes</a><br>");
	document.write("<a href=\"/search.pl?sort=date\">Nya recept</a><br>");
	document.write("<a href=\"/search.pl?sort=rating\">Bästa recepten</a><br>");
	document.write("<a href=\"/search.pl?sort=name\">Recept, A-Ö</a><br>");
	document.write("<!-- <a href=\"/favorites.pl\">Favoriter</a><br> -->");
	document.write("<a href=\"/photos.pl\">Bilder</a><br>");
	document.write("<a href=\"/forum.pl?view=topics&category=1\">Kommentarer</a><br>");
	document.write("<a href=\"/forum.pl?view=topics&category=2\">Efterlysningar</a><br>");
	document.write("</td>");

	/* Column #3 */

	document.write("<td class=\"last\">");
	document.write("<a href=\"/books.pl\"><strong>Böcker</strong></a><br>");
	document.write("<a href=\"/books.pl\">Tre nya böcker</a><br>");
	document.write("<a href=\"/books.pl#2\">Första boken</a><br>");
	document.write("<a href=\"/books.pl#3\">Andra kokböcker</a><br>");
	document.write("<br>");
	document.write("<a href=\"/contact.pl\"><strong>Kontakt</strong></a><br>");
	document.write("<a href=\"/contact.pl\">Kontakt</a><br>");
	document.write("<a href=\"/coworkers.pl\">Medarbetare</a><br>");
	document.write("<a href=\"/press.pl\">Press</a><br>");
	document.write("<a href=\"/submit_recipe.pl\">Lägg in recept</a><br>");
	document.write("<a href=\"/submit_image.pl\">Skicka in bilder</a><br>");
	document.write("</td>");
		
	/* Column #4 */

	document.write("<td>");
	document.write("<a href=\"/forum.pl\"><strong>Forum</strong></a><br>");
	document.write("<a href=\"/forum.pl?view=topics&category=3\">Baktips</a><br>");
	document.write("<a href=\"/forum.pl?view=topics&category=2\">Efterlysta recept</a><br>");
	document.write("<a href=\"/forum.pl?view=topics&category=1\">Kommenterade recept</a><br>");
	document.write("<a href=\"/forum.pl?view=topics&category=1\">Synpunkter på forumet</a><br>");
	document.write("<a href=\"/forum.pl?view=topics&category=8\">Synpunkter på nyhetsbrev</a><br>");
	document.write("<a href=\"/forum.pl?view=topics&category=6\">Synpunkter på böckerna</a><br>");
	document.write("<a href=\"/forum.pl?view=topics&category=5\">Synpunkter på sajten</a><br>");
	document.write("<a href=\"/forum.pl?view=topics&category=7\">Förslag på nya kategorier</a><br>");
	document.write("<a href=\"/forum.pl?view=topics&category=9\">Övrigt</a><br>");
	document.write("</td>");

	document.write("</tr>");
	document.write("</table>");
	document.write("</div>");
	document.write("<img src=\"/images/sitemap-bottom.gif\">");
	document.write("</div>");
}
