if(typeof Ajax == "undefined") Ajax={};
if(typeof Ajax.reg == "undefined") Ajax.reg={};
if(typeof Ajax.reg.school == "undefined") Ajax.reg.school={};
Ajax.reg.school_class = function() {};
Object.extend(Ajax.reg.school_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CkUid: function(uid) {
		return this.invoke("CkUid", {"uid":uid}, this.CkUid.getArguments().slice(1));
	},
	CkCode: function(code) {
		return this.invoke("CkCode", {"code":code}, this.CkCode.getArguments().slice(1));
	},
	url: '/ajaxpro/reg,www.55zs.com.ashx'
}));
Ajax.reg.school = new Ajax.reg.school_class();

