<?xml version="1.0" encoding="UTF-8" ?>
<Module>
	<ModulePrefs
		title="Unspun - Top Movies"
		title_url="http://www.gadgetbadger.com/"
		description="Vote for your favourite movie of all time, and keep an eye on the evolving list.  Anyone can vote in realtime."
		render_inline="optional"
		scrolling="true" scaling="false" screenshot="http://www.gadgetbadger.com/gadgets/unspun/ig-unspun-movie-screen.png"
                height="320"
		thumbnail="http://www.gadgetbadger.com/gadgets/unspun/ig-unspun-movie-thumb.png"
		author="Gadget Badger"
		author_email="igoogle@gadgetbadger.com"
		author_photo="http://www.gadgetbadger.com/images/badgerface.png"
		author_aboutme="Gadget Badger is an avid developer of quality iGoogle Gadgets and other website widgets. His website www.gadgetbadger.com also details high quality gadgets from other authors, and general rambling on gadgeteering."
		author_link="http://www.gadgetbadger.com/" >
	</ModulePrefs>
	<Content type="html">
		<![CDATA[
<script type="text/javascript">
	var x;
	if (self.innerHeight) // all except Explorer
	{
		x = self.innerWidth;
	}
	else if (document.documentElement && document.documentElement.clientHeight)
	{
		x = document.documentElement.clientWidth;
	}
	else if (document.body) // other Explorers
	{
		x = document.body.clientWidth;
	}
	var sorc='http://unspun.amazon.com/widget/list/variable/1049?ajax=1&width='+x+'&height=300&amazon=0&assoc_id=igooggadge-21';
	document.write('<iframe src='+sorc);
	document.write(" width=\""+x+"\" height=\"300\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" id=\"unspun_widget_1049\" ");
	document.write("frameborder=\"0\" title=\"UnSpun Widget\"></iframe>");
        </script>
<a href="http://www.gadgetbadger.com/" target="_blank" title="More from Gadget Badger" style="position:absolute; bottom:0px; right:0px; font-family:sans-serif; Font-Weight:bold; Font-Size:8px; letter-spacing:0.1em; Color:#778cb4; background:#e5ecf9; text-decoration:none; padding:1; border:1 solid #7aa5d6;" onmouseover="this.style.background='#7aa5d6'; this.style.color='#ffffff';" onmouseout="this.style.background='#e5ecf9'; this.style.color='#778cb4';">More...</a>
		]]>
	</Content>
</Module>


