<?xml version="1.0" encoding="UTF-8" ?> 
<Module>
<ModulePrefs 
    title="Pop. Counter - United States" 
    title_url="http://www.counttheworld.com/?counter=pop_unitedstates"
    author="Thiemo Walrecht" 
    author_email="info@counttheworld.com" 
    description="This population counter displays the population of the United States of America. With this counter you can keep track of the population of the USA."
    thumbnail="http://www.counttheworld.com/gadgets/pop_unitedstates.png"
    screenshot="http://www.counttheworld.com/gadgets/pop_unitedstates.png"
    height="130"
    />
<UserPref 
    name="CNTR_style" 
    default_value="default" 
    datatype="enum"
    display_name="Select Style"
    >
    <enumvalue value="default" />
    <enumvalue value="ctw" />
    <enumvalue value="simple" />
    <enumvalue value="dutch" />
    <enumvalue value="blue" />
    <enumvalue value="blue2" />
    <enumvalue value="red" />
    <enumvalue value="red2" />
    <enumvalue value="gray" />
    <enumvalue value="black" />
    <enumvalue value="black2" />
</UserPref>
<Content type="html">
  <![CDATA[ 

<center>
<!-- CountTheWorld CODE -->
<script language="javascript" type="text/javascript">
var prefs = new _IG_Prefs(__MODULE_ID__);
var CNTR_style = prefs.getString("CNTR_style");
</script>
<div class="CountTheWorldclass" id="CountTheWorld"><a href="http://www.counttheworld.com/">World Statistics</a></div><script language="javascript" type="text/javascript" src="http://www.counttheworld.com/client/population-unitedstates.php"></script>
<!-- CountTheWorld CODE -->
</center>

  ]]> 
  </Content>
</Module>
