var rootLocation = "http://norimorimoto.com";
document.write("\
	<div id='header'>\
		<a class='logo' href='"+rootLocation+"'><h1>Nori Morimoto</h1>\
		<p>Menu</p></a>\
		<div id='nav'>\
			<div class='navbox'>\
				<p><a href='"+rootLocation+"/galleries'><em>&#149;</em>Galleries</a></p>\
				<p class='indent'><a href='"+rootLocation+"/galleries/panel'><em>&#149;</em>Panel</a></p>\
				<p class='indent'><a href='"+rootLocation+"/galleries/light'><em>&#149;</em>Light</a></p>\
				<p class='indent'><a href='"+rootLocation+"/galleries/sculpture'><em>&#149;</em>Sculpture</a></p>\
				<p class='indent'><a href='"+rootLocation+"/galleries/table'><em>&#149;</em>Table</a></p>\
				<p class='indent'><a href='"+rootLocation+"/galleries/seating'><em>&#149;</em>Seating</a></p>\
				<p class='indent'><a href='"+rootLocation+"/galleries/gifts'><em>&#149;</em>Gifts</a></p>\
				<p class='indent'><a href='"+rootLocation+"/galleries/musicstands'><em>&#149;</em>Music Stands</a></p>\
			</div><!-- /navbox-->\
			<div class='navbox'>\
				<p><a href='"+rootLocation+"/about.html'><em>&#149;</em>About</a></p>\
				<p><a href='"+rootLocation+"/bio.html'><em>&#149;</em>Bio</a></p>\
				<p><a href='"+rootLocation+"/statement.html'><em>&#149;</em>Statement</a></p>\
				<p><a href='"+rootLocation+"/clients.html'><em>&#149;</em>Select Clients</a></p>\
				<p><a href='"+rootLocation+"/press.html'><em>&#149;</em>Press</a></p>\
				<p><a href='"+rootLocation+"/exhibits.html'><em>&#149;</em>Exhibits/Events</a></p>\
			</div><!-- /navbox-->\
			<div class='navbox'>\
				<p><a href='"+rootLocation+"/news.php'><em>&#149;</em>News</a></p>\
			</div><!-- /navbox-->\
			<div class='navbox bottombox'>\
				<p><a href='"+rootLocation+"/contact.html'><em>&#149;</em>Contact</a></p>\
			</div><!-- /navbox-->\
		</div><!-- /nav-->\
	</div><!-- /header-->\
");