Person_Reg_class = function() {};
Object.extend(Person_Reg_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	chkUserExists: function(_value) {
		return this.invoke("chkUserExists", {"_value":_value}, this.chkUserExists.getArguments().slice(1));
	},
	url: '/ajaxpro/Person_Reg,App_Web_lhmyk6fk.ashx'
}));
Person_Reg = new Person_Reg_class();

