if(typeof User_Register == "undefined") User_Register={};
User_Register_class = function() {};
Object.extend(User_Register_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CanReg: function(userName) {
		return this.invoke("CanReg", {"userName":userName}, this.CanReg.getArguments().slice(1));
	},
	url: '/ajaxpro/User_Register,App_Web_8of2z9cg.ashx'
}));
User_Register = new User_Register_class();

