<?xml version="1.0" encoding="UTF-8"?> 
<Module>
  <ModulePrefs title="Bird of the Day" height="200" width="320"
  				author="Kevin Knuth"
				author_email="drknuth@gmail.com"
				title_url="http://www.birdplanner.com"
				description="This gadget introduces you to a new bird species everyday."
				screenshot="http://www.birdplanner.com/gadgets/botd-screenshot.png"
				thumbnail="http://www.birdplanner.com/gadgets/botd-screenshot_thm.png"
				>
    <Require feature="analytics" /> 
  </ModulePrefs> 
  <UserPref name="bkgcolor" display_name="Color" default_value="White" datatype="enum" >
     <EnumValue value="Aqua" />
     <EnumValue value="Red" />
     <EnumValue value="Lime" />
     <EnumValue value="Yellow" />
     <EnumValue value="Pink" />
     <EnumValue value="Orange" />
     <EnumValue value="White" />
  </UserPref> 
  <Content type="html">

     <![CDATA[ 
      <script>
       _IG_Analytics("UA-3849307-1", "/botd-gadget");
      </script>

      <iframe align="middle" frameborder="0" marginheight="0" marginwidth="0" width="100%" height=200px src="http://www.birdplanner.com/bird-of-the-day-gadget-code.php" scrolling="no"></iframe>	   
	   
     ]]>
  </Content> 
</Module>








































