<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs title="A random hotel" scrolling="true" title_url="http://www.resideo.com" thumbnail="http://gfx.resideo.com/global/headerLogo.jpg" author="Robert Peters" author_email="robert.peters@resideo.com" description="Displays information about a hotel, randomly chosen from over 30,000 accommodations from around the world." screenshot="http://drnigelc.googlepages.com/randomhotelscreenshot.jpg" />
<Content type="html">
<![CDATA[

<div id=content_div></div>

<script type="text/javascript">
_IG_FetchContent(
"http://www.resideo.com/Shared/googleGadgetRandom.php",
callback,{ refreshInterval: 1 });


function callback(response) {
_gel("content_div").innerHTML = response + "<br /><div style=\"text-align:center;font-weight:bold;\">Visit more hotels at <a href=\"http://www.resideo.com/\">Resideo.com</a>!</div>";
}

</script>

]]>
</Content>
</Module>