if(typeof Pr_UC_Weather == "undefined") Pr_UC_Weather={};
Pr_UC_Weather_class = function() {};
Object.extend(Pr_UC_Weather_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SetWeather: function(strLocation) {
		return this.invoke("SetWeather", {"strLocation":strLocation}, this.SetWeather.getArguments().slice(1));
	},
	url: '/ajaxpro/DaryabandarOfficialSite.Pr_UC_Weather,DaryabandarOfficialSite.ashx'
}));
Pr_UC_Weather = new Pr_UC_Weather_class();


