if(typeof UAirB2C == "undefined") UAirB2C={};
if(typeof UAirB2C.WcWeather_class == "undefined") UAirB2C.WcWeather_class={};
UAirB2C.WcWeather_class = function() {};
Object.extend(UAirB2C.WcWeather_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetWeather: function(city) {
		return this.invoke("GetWeather", {"city":city}, this.GetWeather.getArguments().slice(1));
	},
	url: '/ajaxpro/UAirB2C.WcWeather,UAirB2C.ashx'
}));
UAirB2C.WcWeather = new UAirB2C.WcWeather_class();


