FLYG.ready(function(){
	FLYG.$('weather_avg').change(function(){
		var img=FLYG.$('weather_graph')[0];
		img.src=img.src.replace(/[a-z\.]+$/i,this.options[this.selectedIndex].value+'.png');
		});
	});