PROXY = "../feedget.php?proxy=";

config = {
   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
   noBookmark:true,			//Bookmarks' button activation	
   loader: "<img src='media/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
   widgetversion:'1'	//Widget version
   ,facebookUrl:'http://apps.facebook.com/citations-evene/'		//Url of Facebook Application
   ,igoogleUrl:'http://www.google.com/ig/adde?source=atgs&moduleurl=widget.evene.fr/citations/google/evene-citations.xml'	//Url of XML file for Google
}

// Additional class component needed
config.jsClass = [
	'fuic.carroussel'
];
 
// Container definition
config.container = {
	// default view
	'default' : {
		/* Content path */
		'path': config.path+config.templatespath+'content.php'
 
		/* Callback called when the widget is ready */
		,'cb': function(){
			evExpandView.widgetLoaded()
			}
	}	 
	// Docked vista view
	,'vista' : {
		/* Content path */
		'path': config.path+config.templatespath+'content.php'
 
		/* Callback called when the widget is ready */
		,'cb': function(){
			evVistaview.widgetLoaded()
		}
	}
}		 
// Widget initianilisation with feedget
CWE.initWidget(config)


