<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs  title="U.S. National Debt Clock"
              description="The U.S. National Debt Clock displays the total outstanding public debt for the United States in real-time -- to the penny. The clock is calibrated from data provided by the U.S. Department of the Treasury."
              author="Matt Baylis"
              author_email="smogreport+modulefeedback@gmail.com"
              directory_title="U.S. National Debt Clock"
              title_url="http://www.brillig.com/debt_clock/"
              width="280" height="125"
              screenshot="http://hosting.gmodules.com/ig/gadgets/file/103534220535816043845/usnationaldebtclockss.png"
              thumbnail="http://hosting.gmodules.com/ig/gadgets/file/103534220535816043845/usnationaldebtclockthumb.png"                    
>
<Require feature="analytics" />
<Require feature="dynamic-height"/>
</ModulePrefs>
<UserPref name="refreshtime" display_name="Auto Refresh (seconds - zero turns refresh off)" default_value="10" required="true"/>
<Content type="html"><![CDATA[
<script>
     // Track this gadget using Google Analytics.
     _IG_Analytics("UA-346747-6", "/gadget_usnationaldebtclock");
    _IG_AdjustIFrameHeight();
</script>
<div align="center" style="background-color: #FFF;" width="100%">
<script type="text/javascript">
      // Display date
      function displayDate (){          
        // Create Date object
        var today = new Date();
        // Get current time
        var time = today.getTime();
        var content_html = "";     
        var element = document.getElementById('usnationaldebtclock_time');

        content_html += today.toLocaleDateString() + " at " + today.toLocaleTimeString();
        // Write content HTML to div
        _gel("usnationaldebtclock_time").innerHTML = content_html;    
      } 
      _IG_RegisterOnloadHandler(displayDate);
</script>
<script language="javascript">
  if(__UP_refreshtime__000 != 0)
  {
    setTimeout("window.location.reload(true)",__UP_refreshtime__000);
  }
</script>
<center><br/><div><a href="https://itunes.apple.com/us/app/smog-report/id607748201?ls=1&mt=8" target="_blank"><img width="300" height="50" alt="Smog Report - Free Download" src="http://www.smogreport.com/ads/bannerad-50x300.png"/></a></div></center><br/>
The U.S. National Debt as of<br/>
<span id="usnationaldebtclock_time"></span> is:<br/>
<br/>
<a href="http://www.brillig.com/debt_clock/" target="_blank"><img src="http://www.brillig.com/debt_clock/debtiv.gif" border="0" width="280"/></a><br/>
</div>
<br/>

]]></Content>
</Module>
