document.write("<div id='menu'>")
	document.write("<div id='nav_top'></div>")
	document.write("<h4><center><a title='The Lotteri' href='index.php'>Meny</a></center></h4>")
	document.write("<br><br><br>")
	document.write("<ul>")
        document.write("<li><a title='The Lotteri' href='index.php'>Hjem/Login</a></li>")
        document.write("<li><a title='Innhold' href='lottery_content.php'>Innhold</a></li>")
		document.write("<li><a title='Se på skjermbilder' href='lottery_screendump.php'>Skjermbilder</a></li>")
        document.write("<li><a title='Om' href='lottery_about.php'>Om</a></li>")
		document.write("<li><a title='Kjøp \"The Lotteri\"' href='lottery_buy.php'>Kjøpe</a></li>")
	document.write("</ul>")	
	document.write("<div id='nav_btm'></div>")
document.write("</div>")
