if(typeof D == "undefined") D={};
if(typeof D.BLL == "undefined") D.BLL={};
if(typeof D.BLL.B_Weather_class == "undefined") D.BLL.B_Weather_class={};
D.BLL.B_Weather_class = function() {};
Object.extend(D.BLL.B_Weather_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SetAreaName: function(prov, area, Id) {
		return this.invoke("SetAreaName", {"prov":prov, "area":area, "Id":Id}, this.SetAreaName.getArguments().slice(3));
	},
	url: '/ajaxpro/D.BLL.B_Weather,D.BLL.ashx'
}));
D.BLL.B_Weather = new D.BLL.B_Weather_class();


