<?xml version="1.0" encoding="UTF-8" ?> 
<Module>
  <ModulePrefs title="Box Office Ratings" 
    author="Safeer Jiwan" 
    author_email="safeer.jiwan@gmail.com"
    height="150"
    width="280"
    description="Display's the top 10 US Box Office movies and their respective IMDB ratings."
    screenshot="http://safeerjiwan.dyndns.org/boxoffice.png"
    thumbnail="http://safeerjiwan.dyndns.org/boxofficethumbnail.png"
    author_aboutme="Safeer Jiwan"/>
  
  <Content type="html">

  <![CDATA[ 
  <div id="content_div"></div>
  <script type="text/javascript">
  
  _IG_FetchContent('http://safeerjiwan.dyndns.org/boxoffice.html', function (responseText) {
    _gel('content_div').innerHTML = responseText;
  });
  
  </script>
  ]]> 
  </Content>
</Module>