if(typeof Soobb == "undefined") Soobb={};
if(typeof Soobb.UI == "undefined") Soobb.UI={};
if(typeof Soobb.UI.Hotels == "undefined") Soobb.UI.Hotels={};
Soobb.UI.Hotels.Homepage_class = function() {};
Object.extend(Soobb.UI.Hotels.Homepage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetSuggests: function(Current) {
		return this.invoke("GetSuggests", {"Current":Current}, this.GetSuggests.getArguments().slice(1));
	},
	url: '/ajaxpro/Soobb.UI.Hotels.Homepage,Soobb UI.ashx'
}));
Soobb.UI.Hotels.Homepage = new Soobb.UI.Hotels.Homepage_class();

