addNamespace("cityProperties");
cityProperties.Search1_class = function() {};
Object.extend(cityProperties.Search1_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SetCityValue: function(getValue) {
		return this.invoke("SetCityValue", {"getValue":getValue}, this.SetCityValue.getArguments().slice(1));
	},
	LoadCity: function(whereclause) {
		return this.invoke("LoadCity", {"whereclause":whereclause}, this.LoadCity.getArguments().slice(1));
	},
	setAreaValue: function(getValue) {
		return this.invoke("setAreaValue", {"getValue":getValue}, this.setAreaValue.getArguments().slice(1));
	},
	setTypeValue: function(getValue) {
		return this.invoke("setTypeValue", {"getValue":getValue}, this.setTypeValue.getArguments().slice(1));
	},
	LoadType: function(whereclause) {
		return this.invoke("LoadType", {"whereclause":whereclause}, this.LoadType.getArguments().slice(1));
	},
	NewsSubscription: function(uid, email) {
		return this.invoke("NewsSubscription", {"uid":uid, "email":email}, this.NewsSubscription.getArguments().slice(2));
	},
	getProperty: function(type) {
		return this.invoke("getProperty", {"type":type}, this.getProperty.getArguments().slice(1));
	},
	BindAttributes: function(value) {
		return this.invoke("BindAttributes", {"value":value}, this.BindAttributes.getArguments().slice(1));
	},
	CountAtt: function(value) {
		return this.invoke("CountAtt", {"value":value}, this.CountAtt.getArguments().slice(1));
	},
	LoadFacilityType: function(whereclause) {
		return this.invoke("LoadFacilityType", {"whereclause":whereclause}, this.LoadFacilityType.getArguments().slice(1));
	},
	LoadBedFacilityType: function(whereclause) {
		return this.invoke("LoadBedFacilityType", {"whereclause":whereclause}, this.LoadBedFacilityType.getArguments().slice(1));
	},
	AddToCompare: function(propid, sessionid) {
		return this.invoke("AddToCompare", {"propid":propid, "sessionid":sessionid}, this.AddToCompare.getArguments().slice(2));
	},
	url: '/ajaxpro/cityProperties.Search1,cityProperties.ashx'
}));
cityProperties.Search1 = new cityProperties.Search1_class();

