<?xml version="1.0" encoding="iso-8859-1"?>
<Module>
    <ModulePrefs title="World Airport Mapplets  (AL)" 
            description="Mark Airports on Google Map" 
            author="airportfact.com" 
            author_email="airportfact@yahoo.com" 
            height="150">
        <Require feature="sharedmap" /> 
    </ModulePrefs>
    <Content type="html">
        <![CDATA[ 
        <h2> (AL) Airport Map</h2>
        <script type="text/javascript">  
            var map = new GMap2();
            map.setCenter(new GLatLng(0.0000000000, 0.0000000000), 2); 
            var marker = new GMarker(point);
            map.addOverlay(marker);  
            var message = " (AL) Airport Map";
            marker.openInfoWindowHtml(message);
        </script>
    ]]>
    </Content>
</Module>