if(typeof CVG == "undefined") CVG={};
if(typeof CVG.AJAX == "undefined") CVG.AJAX={};
if(typeof CVG.AJAX.Weather == "undefined") CVG.AJAX.Weather={};
CVG.AJAX.Weather_class = function() {};
Object.extend(CVG.AJAX.Weather_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCurrentWeather: function() {
		return this.invoke("GetCurrentWeather", {}, this.GetCurrentWeather.getArguments().slice(0));
	},
	url: '/ajaxpro/CVG.AJAX.Weather,App_Code.4cynq5jv.ashx'
}));
CVG.AJAX.Weather = new CVG.AJAX.Weather_class();

