Home_class = function() {};
Object.extend(Home_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	FilterLocation: function(locationCity) {
		return this.invoke("FilterLocation", {"locationCity":locationCity}, this.FilterLocation.getArguments().slice(1));
	},
	url: '/ajaxpro/Home,App_Web_sfqv6tvy.ashx'
}));
Home = new Home_class();


