if(typeof CSWeb == "undefined") CSWeb={};
if(typeof CSWeb.reg == "undefined") CSWeb.reg={};
if(typeof CSWeb.reg.regist_class == "undefined") CSWeb.reg.regist_class={};
CSWeb.reg.regist_class = function() {};
Object.extend(CSWeb.reg.regist_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckUserIsExist: function(strUName) {
		return this.invoke("CheckUserIsExist", {"strUName":strUName}, this.CheckUserIsExist.getArguments().slice(1));
	},
	CheckEmailIsExist: function(strEmail) {
		return this.invoke("CheckEmailIsExist", {"strEmail":strEmail}, this.CheckEmailIsExist.getArguments().slice(1));
	},
	url: '/ajaxpro/CSWeb.reg.regist,CSWeb.ashx'
}));
CSWeb.reg.regist = new CSWeb.reg.regist_class();

