if(typeof Dacoda == "undefined") Dacoda={};
if(typeof Dacoda.Web == "undefined") Dacoda.Web={};
if(typeof Dacoda.Web.FrontEnd == "undefined") Dacoda.Web.FrontEnd={};
if(typeof Dacoda.Web.FrontEnd.CAJAX == "undefined") Dacoda.Web.FrontEnd.CAJAX={};
Dacoda.Web.FrontEnd.CAJAX_class = function() {};
Object.extend(Dacoda.Web.FrontEnd.CAJAX_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAds: function(_arrAds) {
		return this.invoke("GetAds", {"_arrAds":_arrAds}, this.GetAds.getArguments().slice(1));
	},
	GetRSS: function(_strSource) {
		return this.invoke("GetRSS", {"_strSource":_strSource}, this.GetRSS.getArguments().slice(1));
	},
	GetExchangeRates: function() {
		return this.invoke("GetExchangeRates", {}, this.GetExchangeRates.getArguments().slice(0));
	},
	GetWeather: function() {
		return this.invoke("GetWeather", {}, this.GetWeather.getArguments().slice(0));
	},
	GetRoom: function(_iID) {
		return this.invoke("GetRoom", {"_iID":_iID}, this.GetRoom.getArguments().slice(1));
	},
	GetMeetingRequests: function(_strDate) {
		return this.invoke("GetMeetingRequests", {"_strDate":_strDate}, this.GetMeetingRequests.getArguments().slice(1));
	},
	GetAvailableRooms: function(_strStartDateTime, _strEndDateTime) {
		return this.invoke("GetAvailableRooms", {"_strStartDateTime":_strStartDateTime, "_strEndDateTime":_strEndDateTime}, this.GetAvailableRooms.getArguments().slice(2));
	},
	ChangeOrderStatus: function(_strStatus, _strOrderID) {
		return this.invoke("ChangeOrderStatus", {"_strStatus":_strStatus, "_strOrderID":_strOrderID}, this.ChangeOrderStatus.getArguments().slice(2));
	},
	url: '/ajaxpro/Dacoda.Web.FrontEnd.CAJAX,Dacoda.Web.ashx'
}));
Dacoda.Web.FrontEnd.CAJAX = new Dacoda.Web.FrontEnd.CAJAX_class();


