Control_WeatherModuleAjax_class = function() {};
Object.extend(Control_WeatherModuleAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoadWeatherInformation: function(strLocationId) {
		return this.invoke("LoadWeatherInformation", {"strLocationId":strLocationId}, this.LoadWeatherInformation.getArguments().slice(1));
	},
	url: '/maps/ajaxpro/Control_WeatherModuleAjax,App_Web_weathermoduleajax.ascx.cc189baa.ashx'
}));
Control_WeatherModuleAjax = new Control_WeatherModuleAjax_class();


