<?xml version="1.0" encoding="UTF-8" ?> 
<Module> 
<ModulePrefs title="Lil' Bush" title_url="http://www.comedycentral.com/shows/lil_bush/index.jhtml" description="Add your own Lil' Bush or Lil' Cheney to your page." author="Jesse Shaver" author_email="jshaver@360i.com" author_affiliation="360i" author_location="New York, NY" screenshot="http://gs.comedycentral.com/games/lilBushDotties/lil_bush_gadget_screenshot.jpg" thumbnail="http://gs.comedycentral.com/games/lilBushDotties/lil_bush_gadget_icon.jpg" width="200" height="205" scaling="true" scrolling="false">
  <Require feature="flash" />
  </ModulePrefs>
<Content type="html">
<![CDATA[<script type="text/javascript">

  // Play .swf file 
  function loadFlash() {

    // The URL for the .swf file
    var url = "http://gs.comedycentral.com/games/lilBushDotties/lilbush.swf";

    // Play .swf file.
    _IG_EmbedFlash(url, "flashcontainer", {
      swf_version: 8,
      id: "flashid",
      width: "100%",
      scale: "default",
      height: "100%",
      wmode: "window"
    })
  }

	function gadgetResized() {
		if (document.getElementById("testdiv").clientWidth >= 200) {
			document.getElementById("flashcontainer").style.width = 200; 			
			//alert("too big");
		}
		else {
			document.getElementById("flashcontainer").style.width = ""; 			
			//alert("too small");
		}
	}

  // When gadget first loads, display 
  _IG_RegisterOnloadHandler(loadFlash);
_IG_RegisterOnloadHandler(function() { 
if (document.getElementById("flashcontainer").clientWidth > 200) {document.getElementById("flashcontainer").style.width = 200;};
}); 
  </script>
  <center>
<div id="flashcontainer"  style="text-align:center;max-width:200px;height:200;margin:auto;padding:0px;"></div><div id="testdiv" style="width:100%;height:1px;margin:0px;padding:0px;float;left;" onresize="gadgetResized()"></div> </center>

]]></Content>
</Module>


