<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs
title="Travelers Risk of the Day"
width="300"
height="250"
title_url="http://travelers.com"
thumbnail="http://cache.travelersinsynch.com/gadget/risk_of_the_day.png"
screenshot="http://cache.travelersinsynch.com/gadget/screenshot.png"
scrolling="false"
author="Travelers"
author_email="info@travelers.com"
description="Get a new, interesting fact about risks everyday from Travelers Insurance. Learn about unique risks and how to prevent and protect yourself, your home, and your business.">
<Require feature="ads"/>
<Require feature="analytics"/>
<Require feature="flash"/>
</ModulePrefs>
<UserPref name="clickurl" datatype="hidden" default_value=""/>
<UserPref name="aiturl" datatype="hidden" default_value=""/>
<Content type="html"><![CDATA[
<!--
Embeds a single Flash file in the gadget ad and sets the dimensions
to match the ad size.
-->
<div id="fc" align="center"></div>

<script>
var mouseover_detected = false;
document.body.onmouseover = function() {
if (!mouseover_detected) {
_ADS_ReportInteraction('mouse_over');
mouseover_detected = true;
}
};
</script>

<script>
// Replace the SWF URL below with your own
var swfUrl = 'http://cache.travelersinsynch.com/gadget/risk_of_the_day_3.swf';
var cachedFlashUrl = _IG_GetCachedUrl(swfUrl);

// Update the width/height to the ad size
var fWidth = 300;
var fHeight = 250;

// Embed Flash into HTML container div
_IG_EmbedCachedFlash(swfUrl, 'fc', {
width: fWidth,
height: fHeight,
base: swfUrl.match(/^[^?#]+\//)[0]
});
</script>
]]></Content>
</Module>