<?xml version="1.0" encoding="UTF-8" ?> 
<Module>
  <ModulePrefs  
    title="Halloween Costume Ideas"
    description="Get ready for Halloween. This gadget shows a different random costume every minute. This will surely give you some great ideas for your Halloween costume this year, or for the costume of your mates, kids or pets." 
    screenshot="http://www.ljmsite.com/google/gadgets/halloweencostumes/halloweencostumes_screenshot.png"
    thumbnail="http://www.ljmsite.com/google/gadgets/halloweencostumes/halloweencostumes_thumbnail.png"
    author="Jerome Mouton"
    author_email="igoogle_gadgets@ljmsite.com"
    author_location="Huntsville, AL, USA"
    author_affiliation="LjmSite"
    author_aboutme="Google API gadget and web application developer, tech project manager in globally dispersed team environment, computer geek on call, etc. Come check me out at LjmSite.com and contact me to discuss gadget projects or opportunities."
    author_link="http://www.ljmsite.com/"
    author_photo="http://www.ljmsite.com/google/gadgets/jerome.png"
    singleton="false"
    height="400">
    <Require feature="analytics" />
    <Require feature="dynamic-height"/>
  </ModulePrefs> 
  <Content type="html">
<![CDATA[

<div id="product" align="center"></div>	

<script type="text/javascript">

function init() {
  _IG_FetchContent('http://gadgets.ljmsite.com/halloweencostumes/randomproduct.php',
		function(output) {
			if(output) {
			        var prodDiv = _gel('product');
				prodDiv.innerHTML = output;
				setTimeout('init()', 60000);
				setTimeout('_IG_AdjustIFrameHeight()',1000);
				setTimeout('_IG_AdjustIFrameHeight()',5000);
			}
			else {
				var div = _gel('product');
				div.innerHTML = "<p>Loading...</p>";
				setTimeout('init()', 10000);
			}
		}, {refreshInterval: 55});
}

_IG_RegisterOnloadHandler(init);
_IG_Analytics("UA-1189083-1", "/HalloweenCostumes/1");
	
</script>

]]> 
  </Content>
</Module>

