if(typeof CloudSearch == "undefined") CloudSearch={};
CloudSearch_class = function() {};
Object.extend(CloudSearch_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AjaxNormalizeString: function(strValue) {
		return this.invoke("AjaxNormalizeString", {"strValue":strValue}, this.AjaxNormalizeString.getArguments().slice(1));
	},
	AjaxCloudSearch: function(strValue) {
		return this.invoke("AjaxCloudSearch", {"strValue":strValue}, this.AjaxCloudSearch.getArguments().slice(1));
	},
	AjaxReserve: function(strList) {
		return this.invoke("AjaxReserve", {"strList":strList}, this.AjaxReserve.getArguments().slice(1));
	},
	AjaxBook: function(strList) {
		return this.invoke("AjaxBook", {"strList":strList}, this.AjaxBook.getArguments().slice(1));
	},
	AjaxFavorite: function(strList) {
		return this.invoke("AjaxFavorite", {"strList":strList}, this.AjaxFavorite.getArguments().slice(1));
	},
	url: '/ajaxpro/CloudSearch,App_Web__al-indk.ashx'
}));
CloudSearch = new CloudSearch_class();

