//var PROXY = 'proxy.php?url=';
//wdgretro.WIDGETPATH ="http://192.168.0.9/copix/parisretro1900/"
if (document.location.host.indexOf('devwidgets.feedget.eu') >= 0) { 
	wdgretro.WIDGETPATH = "http://devwidgets.feedget.eu/parisretro1900/";
} else if (document.location.host.indexOf('widgets.feedget.eu') >= 0) {
	wdgretro.WIDGETPATH = "http://widgets.feedget.eu/parisretro1900/";
} else  {
	wdgretro.WIDGETPATH = "http://widget.notrefamille.com/parisretro1900/";
}

//objet de configuration
config = {
   google: 			true,
   netvibes:		true,
   firefoxsidebar: 	true,
   blog: 			true,
   iphone: 			true,
   vista:			true,
   facebook:		false,
   noMailSharing:["google"],
   widgetversion:	'1.0'
}

i18n.about="Aide";

//Widget Loading
window.addEvent('domready',function (){
	if(CWE.getPlateform()=="vista" ){
			CWE.addContainer({
				type: 'expand',
				view: wdgretro.defaultView
			});
			CWE.addContainer({
				type: 'default',
				view: wdgretro.vistaView
			});
	}else {
		CWE.addContainer({
			'type' : 'default',
			'view' : wdgretro.defaultView
		});
	}
	
	CWE.execute();

});

