<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="Digg-it Gadget"
title_url="http://sites.google.com/site/annuairevin/"
height="80"
width="52"
scrolling="false"
directory_title="Digg-it Gadget"
description="Add a Digg-it Gadget to your Site"
screenshot="http://www.liens-du-vin.ch/_pic061/thumb-digg-screen.png"
thumbnail="http://www.liens-du-vin.ch/_pic061/thumb-digg-thumb.png"
author="Philippe Chappuis"
author_email="info+gadgetCSE@liens-du-vin.ch"
author_affiliation="Google"
author_location="Rolle Switzerland"
author_link="http://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://www.liens-du-vin.ch/slide-show-media-rss.html" />
<UserPref name="Text" display_name="Text" required="true" default_value="With the Google AJAX Feed API, you can download any public Atom or RSS feed using only JavaScript, so you can easily mash up feeds with your content. Media RSS allow you to display video or photo." />
<UserPref name="BackCol" display_name="Background Color" required="true" default_value="#d1dae3" />
<UserPref name="Title" display_name="Title" required="true" default_value="Media RSS Feed and Slideshow" />
<UserPref name="Topic" display_name="Topic" default_value="programming" datatype="enum" >
<EnumValue value="apple" />
<EnumValue value="arts_culture" />
<EnumValue value="autos" />
<EnumValue value="baseball" />
<EnumValue value="basketball" />
<EnumValue value="business_finance" />
<EnumValue value="celebrity" />
<EnumValue value="comedy" />
<EnumValue value="comics_animation" />
<EnumValue value="design" />
<EnumValue value="educational" />
<EnumValue value="environment" />
<EnumValue value="extreme_sports" />
<EnumValue value="food_drink" />
<EnumValue value="football" />
<EnumValue value="gadgets" />
<EnumValue value="gaming_news" />
<EnumValue value="general_sciences" />
<EnumValue value="golf" />
<EnumValue value="hardware" />
<EnumValue value="hockey" />
<EnumValue value="linux_unix" />
<EnumValue value="microsoft" />
<EnumValue value="mods" />
<EnumValue value="motorsport" />
<EnumValue value="movies" />
<EnumValue value="music" />
<EnumValue value="nintendo" />
<EnumValue value="odd_stuff" />
<EnumValue value="olympics" />
<EnumValue value="other_sports" />
<EnumValue value="pc_games" />
<EnumValue value="people" />
<EnumValue value="pets_animals" />
<EnumValue value="playable_web_games" />
<EnumValue value="playstation" />
<EnumValue value="political_opinion" />
<EnumValue value="politics" />
<EnumValue value="programming" />
<EnumValue value="security" />
<EnumValue value="soccer" />
<EnumValue value="software" />
<EnumValue value="space" />
<EnumValue value="tech_news" />
<EnumValue value="television" />
<EnumValue value="tennis" />
<EnumValue value="travel_places" />
<EnumValue value="world_news" />
<EnumValue value="xbox" />
</UserPref>


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

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



var prefs = new _IG_Prefs(__MODULE_ID__);

digg_url = prefs.getString("URL"); 

digg_bodytext = prefs.getString("Text"); 

digg_window = 'new';

// digg_skin = 'compact';
// digg_skin = 'icon';

digg_media = 'news';

var s_col = _trim(prefs.getString("BackCol"));
s_col = s_col.replace("#","");
digg_bgcolor = "#" + s_col;


digg_title = _trim(prefs.getString("Title"));

digg_topic = _trim(prefs.getString("Topic"));
  
_IG_Analytics("UA-442758-35", "/g_add_this");  

</script>

<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
]]></Content>

</Module>