<nowiki>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4.4/leaflet.css" />
<!--[if lte IE 8]>
<script src="http://cdn.leafletjs.com/leaflet-0.4/leaflet.js"></script>
<div id="map" style="width: 600px; height: 400px"></div>
<script>
popup
.setLatLng(e.latlng)
.setContent("You clicked the map at " + e.latlng.toString()<includeonly>)
.openOn(map);
}
</script>
<div id="map" style="width: 600px; height: 400px"></div>
</nowiki>