<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs title="USA photos by Flickr" title_url="http://gadgets.zytu.com/indexNew.html"
directory_title="USA photos by Flickr"
description="Daily slideshow of Flickr's most interesting photos that have been tagged USA." author="David Olsen" author_email="david.whistle@gmail.com"
author_affiliation="Zytu.com" height="280" 
author_location="Philadelphia, PA" category="lifestyle" screenshot="http://www.zytu.com/flickr/images/usa_screenshot.png"
thumbnail="http://www.zytu.com/flickr/images/usa_thumbnail.png" scaling="false" render_inline="optional" author_photo="" author_aboutme="" author_link="http://www.zytu.com" author_quote="Keep it Simple" >
<Require feature="analytics" />
</ModulePrefs>
  <UserPref name="q" display_name="Search" required="true" default_value="usa" />  
  <UserPref name="s" display_name="Type" default_value=" " datatype="enum">
    <EnumValue display_value="Most Recent" value="rec"/>
    <EnumValue display_value="Most Interesting" value="int"/>
    <EnumValue display_value="Most Relevant" value=" "/>
  </UserPref>
  <UserPref name="count" display_name="Show" default_value="15" datatype="enum">
    <EnumValue display_value="1 photo" value="1"/>
    <EnumValue display_value="5 photos" value="5"/>
    <EnumValue display_value="10 photos" value="10"/>
    <EnumValue display_value="15 photos" value="15"/>
     <EnumValue display_value="20 photos" value="20"/>
  </UserPref>
  <UserPref name="delay" display_name="Delay" default_value="5" datatype="enum">
    <EnumValue display_value="1 second" value="1"/>
    <EnumValue display_value="3 seconds" value="3"/>
    <EnumValue display_value="5 seconds" value="5"/>
    <EnumValue display_value="10 seconds" value="10"/>
    <EnumValue display_value="15 seconds" value="15"/>
    <EnumValue display_value="30 seconds" value="30"/>
    <EnumValue display_value="60 seconds" value="60"/>
  </UserPref>
<Content type="html">
<![CDATA[
<script>
function displaySearchBar (prefs) {
     var q = prefs.getString("q");
     if (q == "") {
       q = prefs.getString(".q");
     }
                  var s = prefs.getString("s");
     if (s == "") {
       s = prefs.getString(".s");
     }
                 var count = prefs.getString("count");
     if (count == "") {
       count = prefs.getString(".count");
     }
     var delay = prefs.getString("delay");
     if (delay == "") {
       delay = prefs.getString(".delay");
     }
     var html =
     '<iframe src="http://maphistory.org/gadgets/custom_flickr.php?q=' + q + '&count=' + count + '&delay=' + delay + '&s=' + s + '" frameborder="0" scrolling="no" height="413"width="100%"></iframe>';
     document.write(html);
}
   displaySearchBar(new _IG_Prefs(__MODULE_ID__));
   _IG_Analytics("UA-193144-3", "/Flickr_usa");
</script>
    ]]>
</Content>
</Module>
