<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="StumbleUpon Gadget"
title_url="http://sites.google.com/site/annuairevin/"
height="32"
width="138"
scrolling="false"
directory_title="StumbleUpon Gadget"
description="Add a StumbleUpon Gadget to your Site"
screenshot="http://www.liens-du-vin.ch/_pic061/thumb-stumbleupon-screen.png"
thumbnail="http://www.liens-du-vin.ch/_pic061/thumb-stumbleupon-thumb.png"
author="Philippe Chappuis"
author_email="info.chappuis+gadgetCSE@liens-du-vin.ch"
author_affiliation="Google"
author_location="Rolle Switzerland"
author_link="http://www.liens-du-vin.ch"
author_photo="http://www.liens-du-vin.ch/_pic02/gadget-author-photo.png"
author_aboutme="An Engineer who likes to develop for the Net and tastes wines"
author_quote="A chief is a man who assumes responsibility. He says &quot;I was beaten&quot; he does
not say &quot;My men were beaten&quot; - Antoine de Saint-Exupery">


<Require feature="analytics" />

</ModulePrefs>

<UserPref name="url" display_name="URL" required="true"

default_value="http://sites.google.com/site/annuairevin" />

<UserPref name="Title" display_name="Title" required="true" default_value="Wine Directory" />
<UserPref name="ContainerCol" display_name="Container Color" required="true" default_value="#d1dae3" />

<Content type="html"><![CDATA[


<style type="text/css">
body
{
margin: 0;
padding: 0;  
background: __UP_ContainerCol__;
}
</style>

<div id="stumble"></div>

<script type="text/javascript">

var prefs = new _IG_Prefs(__MODULE_ID__);

var s_url = _esc(_trim(prefs.getString("url")));
s_url = s_url.replace(" ","%20")

var s_tit = _esc(_trim(prefs.getString("Title")));
s_tit = s_tit.replace(" ","%20");

var html = "<a href='http://www.stumbleupon.com/submit?" +
"url=" + s_url + "&amp;title=" + s_tit +
"' target='_blank'><img style='border: 0 none; width: 120px;' " +
" src='http://www.liens-du-vin.ch/_pic061/thumb_blue-120-20.gif' " +
" alt='StumbleUpon' title='Stumble this article' /></a>"


_gel("stumble").innerHTML=html;
  
_IG_Analytics("UA-442758-35", "/g_add_this");  

</script>
]]></Content>

</Module>