var weatherIcons = [
	{name:'/ig/images/weather/chance_of_rain.gif',newName:'chances_of_rain_sun.png'},
	{name:'/ig/images/weather/sunny.gif',newName:'sun.png'},
	{name:'/ig/images/weather/mostly_sunny.gif',newName:'mostly_sunny.png'},
	{name:'/ig/images/weather/partly_cloudy.gif',newName:'mostly_sunny.png'},
	{name:'/ig/images/weather/mostly_cloudy.gif',newName:'mostly_cloudy.png'},
	{name:'/ig/images/weather/chance_of_storm.gif',newName:'chances_orage.png'},
	{name:'/ig/images/weather/rain.gif',newName:'rain.png'},
	{name:'/ig/images/weather/chance_of_snow.gif',newName:'chances_of_snow.png'},
	{name:'/ig/images/weather/cloudy.gif',newName:'cloudy.png'},
	{name:'/ig/images/weather/mist.gif',newName:'fog.png'},
	{name:'/ig/images/weather/storm.gif',newName:'storm.png'},
	{name:'/ig/images/weather/thunderstorm.gif',newName:'orage.png'},
	{name:'/ig/images/weather/chance_of_tstorm.gif',newName:'chances_orage.png'},
	{name:'/ig/images/weather/sleet.gif',newName:'snow.png'},
	{name:'/ig/images/weather/snow.gif',newName:'snow.png'},
	{name:'/ig/images/weather/icy.gif',newName:'sun.png'},
	{name:'/ig/images/weather/dust.gif',newName:'fog.png'},
	{name:'/ig/images/weather/fog.gif',newName:'fog.png'},
	{name:'/ig/images/weather/haze.gif',newName:'fog.png'},
	{name:'/ig/images/weather/smoke.gif',newName:'fog_sun.png'},
	{name:'/ig/images/weather/flurries.gif',newName:'snow.png'}
];

var daysOfWeek = [
	{'short':'lun.','long':'Lundi'},
	{'short':'mar.','long':'Mardi'},
	{'short':'mer.','long':'Mercredi'},
	{'short':'jeu.','long':'Jeudi'},
	{'short':'ven.','long':'Vendredi'},
	{'short':'sam.','long':'Samedi'},
	{'short':'dim.','long':'Dimanche'}
];
