if(typeof XBAgame == "undefined") XBAgame={};
if(typeof XBAgame.regist == "undefined") XBAgame.regist={};
if(typeof XBAgame.regist.index == "undefined") XBAgame.regist.index={};
XBAgame.regist.index_class = function() {};
Object.extend(XBAgame.regist.index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	checkUser: function(userCode) {
		return this.invoke("checkUser", {"userCode":userCode}, this.checkUser.getArguments().slice(1));
	},
	url: '/ajaxpro/XBAgame.regist.index,XBAgame.ashx'
}));
XBAgame.regist.index = new XBAgame.regist.index_class();

