if(typeof register == "undefined") register={};
register_class = function() {};
Object.extend(register_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckId: function(userId) {
		return this.invoke("CheckId", {"userId":userId}, this.CheckId.getArguments().slice(1));
	},
	url: '/ajaxpro/register,yncorp.ashx'
}));
register = new register_class();

