/* Path to the local proxy */
PROXY = "../feedget.php?proxy=";
var config = {
	widgetversion:		'1.0',		//Widget version
   	activateall: 		false,		//All plateforms activation
   	google: 			true,		//iGoogle activation
   	netvibes: 			true,		//Netvibes activation
	firefoxsidebar: 	true,		//Firefox activation
	blog: 				true,		//Blog activation
	facebook: 			true,		//Facebook activation
	vista:				true,		//Vista activation
	iphone:				true,		//Iphone activation
	air:				true,
	air_params : {
	   "appname": "MadameFigaro"
	   ,"airversion":"1.0"
	  ,"appurl": "http://widgets.feedget.eu/madamefigaro/media/air/LeFigaro-Madame_v1.0.air"
	  ,"image":"./media/air/default_img_blanc.jpg"
	  ,"appid":"eu.kreactive.widget.MadameFigaro"
	  ,"pubid":"66872D2E3BDF1947AED174C1716A933A5582DDAF.1"
	  ,"appversion":"1.0"
	},
	noBookmark:			true,		//Bookmarks' button disabled	
	loader: 			"<img src='img/ajax-loader.gif' />",  	//HTML code of the loader
	templatespath: 		"templates/",							//Templates directory
	path: 				window.location.protocol+'//'+window.location.hostname+window.location.pathname.substr(0,window.location.pathname.indexOf('/',1))+'/',		//widget path
	//iphoneUrl:		'http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=300832619&mt=8',
  	facebookUrl:		'http://apps.facebook.com/madamefigaro',
    igoogleUrl:			'http://www.google.com/ig/adde?source=atgs&moduleurl=widget.madame.lefigaro.fr/madamefigaro/google/actualites-mode.xml'
}

// Container definition
config.container = {	
	// default view
	'default' : {
		/* Content path */
		'path': config.path+config.templatespath+"content.html"		
		
		/* Callback called when the widget is ready */
		,'cb': function(){
			figaroMadameView.widgetLoaded()
		}
	}
	
	// Docked vista view
	,'vista' : {
		/* Content path */
		'path':config.path+config.templatespath+"vistacontent.html"
		
		/* Callback called when the widget is ready */
		,'cb': function(){
			figaroMadameVistaview.widgetLoaded()
		}
	}
}

// Widget initianilisation with feedget
CWE.initWidget(config);

// old code
i18n.share.form.mailmessage="Bonjour, \
\n\n\
Je tiens à vous faire découvrir ce widget que vous pourrez installer sur votre google, votre netvibes, votre vista...\
\n\
Cliquez sur le lien qui apparait en bas de ce mail, et n\'hésitez pas à en parler autour de vous !"
i18n.about="Aide";
var timerRefreshArticle = 150000;
var timerRefreshAlert = 12300;
var timerRefreshSound = 4100;
/** diapo */
var path_html_diapo = '../backend/madamefigaro/listeDossier.php';//racine+'/backendmadamefigaro/listeDossier.php';//racine+'/diapo/listeDossier.php';
var repStar_diapo = "anne_valerie_hash/";
/** recette */
var path_html_recette = '../backend/madamefigaro/listeDossier.php';//racine+'/backendmadamefigaro/listeDossier.php';//racine+'/recette/listeDossier.php';
var repStar_recette = "recette/";
var recherche = "mot(s)-clé séparés par un espace";
/** repertoire image */
var repImage = '../madamefigaro/images/';
var repWidget = "";
// 360x360 taille image voir listeDossier.php
var mondisplay = "190";
var width = "352";
var heightVista = "304";
var widthVista = "390";
var iTimer = 7500;
/** partager */
var txt_textarea_partager = "Bonjour,\nJe tiens à vous faire découvrir ce widget que vous pourrez installer sur Google, Netvibes, Vista...\nCliquez sur le lien qui apparait en bas de ce mail, et n'hésitez pas à en parler autour de vous !"; 

window.addEvent('rssparsed',function (RSS){
	if(RSS.name=='actus'){
		loadActus(RSS);
	}else if(RSS.name=='image'){
		loadImg(RSS);
	}else if(RSS.name=='test'){
		loadTest(RSS);
	}
});

// refresh toutes les 2 heures
(function(){document.location.href=document.location.href;}).periodical(2*3600000);
