addNamespace("cityProperties");
cityProperties.properties_for_rent_class = function() {};
Object.extend(cityProperties.properties_for_rent_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddToCompare: function(propid, sessionid) {
		return this.invoke("AddToCompare", {"propid":propid, "sessionid":sessionid}, this.AddToCompare.getArguments().slice(2));
	},
	url: '/ajaxpro/cityProperties.properties_for_rent,cityProperties.ashx'
}));
cityProperties.properties_for_rent = new cityProperties.properties_for_rent_class();


