if(typeof HomeForRent == "undefined") HomeForRent={};
HomeForRent_class = function() {};
Object.extend(HomeForRent_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SearchHomeForRent: function(address, LocationId, fromPrice, toPrice, bsmt, PropertyTypeId, bed, bath, garrage, sort) {
		return this.invoke("SearchHomeForRent", {"address":address, "LocationId":LocationId, "fromPrice":fromPrice, "toPrice":toPrice, "bsmt":bsmt, "PropertyTypeId":PropertyTypeId, "bed":bed, "bath":bath, "garrage":garrage, "sort":sort}, this.SearchHomeForRent.getArguments().slice(10));
	},
	SearchByAnyKeyword: function() {
		return this.invoke("SearchByAnyKeyword", {}, this.SearchByAnyKeyword.getArguments().slice(0));
	},
	url: '/ajaxpro/HomeForRent,NorthBloomField.ashx'
}));
HomeForRent = new HomeForRent_class();


