<?xml version="1.0" encoding="UTF-8" ?> 
<Module>
	<ModulePrefs title="IGcheck - IG functions in opensocial containers" 
                 description="gadget to check the compliance of opensocial containers (igoogle, ning, hi5, orkut, etc.) with Google Gadget API functions"
                 scrolling="true" 
                 author="Didier DURAND"
                 author_email="protopensocial@gmail.com"
                 author_location="Jougne, France"
                 author_affiliation="Toojoor"
                 author_link="http://media-tech.blogspot.com"
                 author_quote="Imagination is more important than knowledge (A. Einstein)"
                 author_photo="http://www.toojoor.com/blog/wp-content/uploads/2007/12/dd_id.thumbnail.jpg"
    >
		<Require feature="analytics"/>
		<Require feature="dynamic-height"/>
	</ModulePrefs>
  	<Content type="html">
    	<![CDATA[ 
	 		<script src="http://www.toojoor.com/opensocial/js/prototype.js" type="text/javascript"></script>
 	    	<script src="http://www.toojoor.com/opensocial/js/google/gadget/ig-check.js" type="text/javascript"></script>
			<script>

	 			_IG_RegisterOnloadHandler(mainFunction);

    			function mainFunction () {
	  				main();
	  			}

			</script>
			<div id="IGcheck">
				<div id="text"></div>
				<div id="message"> </div>
			</div>
     ]]>
  </Content> 
</Module>