if(typeof WeatherInfo == "undefined") WeatherInfo={};
WeatherInfo_class = function() {};
Object.extend(WeatherInfo_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetWeather: function(weatherID) {
		return this.invoke("GetWeather", {"weatherID":weatherID}, this.GetWeather.getArguments().slice(1));
	},
	url: '/ajaxpro/ONMS3C.Usercontrol.Service.Weather,ONMS3C.ashx'
}));
WeatherInfo = new WeatherInfo_class();

