<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2">
<Document>
   <title>funky icons</title> 
   <longitude>0</longitude> 
   <latitude>0</latitude> 
   <zoom>5</zoom> 
   <pointcount>7</pointcount> 
   <Style id="funkyIcon1">
      <IconStyle>
         <Icon>
            <href>http://maps.google.com/mapfiles/kml/pal3/icon1.png</href>
         </Icon>
      </IconStyle>
   </Style>
   <Style id="funkyIcon2">
      <IconStyle>
         <Icon>
            <href>http://maps.google.com/mapfiles/kml/pal3/icon2.png</href>
         </Icon>
      </IconStyle>
   </Style>
   <Style id="funkyIcon3">
      <IconStyle>
         <Icon>
            <href>http://maps.google.com/mapfiles/kml/pal3/icon3.png</href>
         </Icon>
      </IconStyle>
   </Style>
   <Style id="funkyIcon4">
      <IconStyle>
         <Icon>
            <href>http://maps.google.com/mapfiles/kml/pal3/icon4.png</href>
         </Icon>
      </IconStyle>
   </Style>
   <Style id="funkyIcon5">
      <IconStyle>
         <Icon>
            <href>http://maps.google.com/mapfiles/kml/pal3/icon5.png</href>
         </Icon>
      </IconStyle>
   </Style>

   <Placemark>
      <description><![CDATA[  location for icon: http://maps.google.com/mapfiles/kml/pal3/icon1.png ]]></description>
      <name>loading icon as specified in xml 1 </name>
      <styleUrl>#funkyIcon1</styleUrl>
      <Point>
         <coordinates>1,1</coordinates>
      </Point>
   </Placemark>
   <Placemark>
      <description><![CDATA[  location for icon: http://maps.google.com/mapfiles/kml/pal3/icon2.png ]]></description>
      <name>loading icon as specified in xml 2 </name>
      <styleUrl>#funkyIcon2</styleUrl>
      <Point>
         <coordinates>2,2</coordinates>
      </Point>
   </Placemark>
   <Placemark>
      <description><![CDATA[  location for icon: http://maps.google.com/mapfiles/kml/pal3/icon2.png ]]></description>
      <name>loading icon as specified in xml 2 </name>
      <styleUrl>#funkyIcon2</styleUrl>
      <Point>
         <coordinates>11,11</coordinates>
      </Point>
   </Placemark>
   <Placemark>
      <description><![CDATA[  location for icon: http://maps.google.com/mapfiles/kml/pal3/icon3.png ]]></description>
      <name>loading icon as specified in xml3 </name>
      <styleUrl>#funkyIcon3</styleUrl>
      <Point>
         <coordinates>3,3</coordinates>
      </Point>
   </Placemark>
   <Placemark>
      <description><![CDATA[  location for icon: http://maps.google.com/mapfiles/kml/pal3/icon4.png ]]></description>
      <name>loading icon as specified in xml4 </name>
      <styleUrl>#funkyIcon4</styleUrl>
      <Point>
         <coordinates>4,4</coordinates>
      </Point>
   </Placemark>
   <Placemark>
      <description><![CDATA[  location for icon: http://maps.google.com/mapfiles/kml/pal3/icon5.png ]]></description>
      <name>loading icon as specified in xml 5 </name>
      <styleUrl>#funkyIcon5</styleUrl>
      <Point>
         <coordinates>5,5</coordinates>
      </Point>
   </Placemark>
   <Placemark>
      <description><![CDATA[  location for icon: http://maps.google.com/mapfiles/kml/pal3/icon1.png ]]></description>
      <name>loading icon as specified in xml 1 </name>
      <styleUrl>#funkyIcon1</styleUrl>
      <Point>
         <coordinates>6,6</coordinates>
      </Point>
   </Placemark>
   <Placemark>
      <description><![CDATA[  location for icon: http://maps.google.com/mapfiles/kml/pal3/icon2.png ]]></description>
      <name>loading icon as specified in xml 2 </name>
      <styleUrl>#funkyIcon2</styleUrl>
      <Point>
         <coordinates>7,7</coordinates>
      </Point>
   </Placemark>   
   
</Document>
</kml> 
