if(typeof YouthyAjax == "undefined") YouthyAjax={};
YouthyAjax_class = function() {};
Object.extend(YouthyAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ChangeMoneyCode: function(gameID, serverID, itemClassID, moneyCode) {
		return this.invoke("ChangeMoneyCode", {"gameID":gameID, "serverID":serverID, "itemClassID":itemClassID, "moneyCode":moneyCode}, this.ChangeMoneyCode.getArguments().slice(4));
	},
	url: '/ajaxpro/items,Web_deploy.ashx'
}));
YouthyAjax = new YouthyAjax_class();

