<html>
<head>
<title>Nodemap Wireless Leiden</title>
<link href="style/stylesheet.css" rel="stylesheet" type="text/css">
<!-- Loading in the google-api -->
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<!-- Loading in the javascript that will add the map into #mapcanvas -->
<script type="text/javascript" src="inc/nodemapWL.js"></script>
</head>
<body>
<div id="mainwrapper">
	<div id="mapcanvas">
		<!-- Create the map using the intitialize_map() function from nodemapWL.js -->
		<script type="text/javascript">initialize_map();</script>
	</div>
	<div id="infowrapper">
		<div id="infotop"></div>		
		<div id="infobottom"></div>
	</div>
	<div id="navigation"></div>
</div>
</body>
</html>