<?xml version="1.0" encoding="utf-8"?>
<kml xmlns="http://earth.google.com/kml/2.2">
<Document>
    <Style id="newt_style_boy">
        <IconStyle>
            <color>ffffaa90</color>
            <scale>1.0</scale>
            <Icon>
                <href>http://maps.google.com/mapfiles/kml/shapes/shaded_dot.png</href>
            </Icon>
        </IconStyle>
        <BalloonStyle>
      <bgColor>ffffaa90</bgColor>
      <textColor>ffffffff</textColor> 
      <text><![CDATA[ 
          <h1>$[name]</h1>
          <table>
            <tr>
              <td>$[newt/breed/displayName]</td>
              <td>$[newt/breed]</td>
            </tr>
            <tr>
              <td>$[newt/tail_length/displayName]</td>
              <td>$[newt/tail_length]</td>
            </tr>
            <tr>
              <td>$[newt/slime_factor/displayName]</td>
              <td>$[newt/slime_factor]</td>
            </tr>
            <tr>
              <td colspan="2"><img src="http://www.jasonbirch.com/files/jason_small.jpg?id=$[newt/id]" /></td>
            </tr>
          </table>
          <a href="#$[newt/relative_id];balloonFlyto">Please visit my Sister!</a>
      ]]></text>
        </BalloonStyle>
    </Style>
    <Style id="newt_style_girl">
        <IconStyle>
            <color>ffffaaff</color>
            <scale>1.0</scale>
            <Icon>
                <href>http://maps.google.com/mapfiles/kml/shapes/shaded_dot.png</href>
            </Icon>
        </IconStyle>
        <BalloonStyle>
      <bgColor>ffffaaff</bgColor>
      <textColor>ff000000</textColor> 
      <text><![CDATA[ 
          <h1>$[name]</h1>
          <table>
            <tr>
              <td>$[newt/breed/displayName]</td>
              <td>$[newt/breed]</td>
            </tr>
            <tr>
              <td>$[newt/tail_length/displayName]</td>
              <td>$[newt/tail_length]</td>
            </tr>
            <tr>
              <td>$[newt/slime_factor/displayName]</td>
              <td>$[newt/slime_factor]</td>
            </tr>
            <tr>
              <td colspan="2"><img src="http://www.jasonbirch.com/files/jason_small.jpg?id=$[newt/id]" /></td>
            </tr>
          </table>
          <a href="#$[newt/relative_id];balloonFlyto">Please visit my Brother!</a>
      ]]></text>
        </BalloonStyle>
    </Style>
</Document>
</kml>