<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="Summit Cheeseburger Mapplet" height="300"
  description="Recent mountains upon which someone has eaten a cheeseburger."
  author="Sam Harmon"
  author_email="samuel.harmon@gmail.com"
  author_location="Cleveland, Ohio"
  screenshot="http://www.glacialcommunications.com/maphacks/summiticon.png"
  thumbnail="http://www.glacialcommunications.com/maphacks/sc-t.jpg"
  title_url="http://summitcheese.wordpress.com">
  <Require feature="sharedmap"/>
  <Require feature="analytics"/>
</ModulePrefs>
<Content type="html"><![CDATA[

<small>
This map shows some of the worlds summits upon which someone <a href="http://summitcheese.wordpress.com/" target="_blank">has documented eating a cheeseburger</a>. This data is refreshed daily. A more complete version of the map is available <a href="http://www.glacialcommunications.com/maphacks" target="_blank">here</a><br>
(links open in new window/tab).
</small>

<script>
var map = new GMap2();

var geoXml = new GGeoXml("http://www.glacialcommunications.com/maphacks/summitcheese.kml");

map.setCenter(new GLatLng(41.882853, -87.642059), 2);
map.addOverlay(geoXml);
_IG_Analytics("UA-513786-1", "/summitcheese.xml");
</script>

]]></Content>
</Module>
