if(typeof play_PlayerLeft2C == "undefined") play_PlayerLeft2C={};
play_PlayerLeft2C_class = function() {};
Object.extend(play_PlayerLeft2C_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	DelReserve: function(intID) {
		return this.invoke("DelReserve", {"intID":intID}, this.DelReserve.getArguments().slice(1));
	},
	FillReserveWeb: function() {
		return this.invoke("FillReserveWeb", {}, this.FillReserveWeb.getArguments().slice(0));
	},
	AddReserve: function(intID) {
		return this.invoke("AddReserve", {"intID":intID}, this.AddReserve.getArguments().slice(1));
	},
	url: '/ajaxpro/play_PlayerLeft2C,NewWeb.ashx'
}));
play_PlayerLeft2C = new play_PlayerLeft2C_class();

