if(typeof Ajax == "undefined") Ajax={};
if(typeof Ajax.sign == "undefined") Ajax.sign={};
Ajax.sign_class = function() {};
Object.extend(Ajax.sign_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetSchool: function(area) {
		return this.invoke("GetSchool", {"area":area}, this.GetSchool.getArguments().slice(1));
	},
	GetZhuanye: function(school_id) {
		return this.invoke("GetZhuanye", {"school_id":school_id}, this.GetZhuanye.getArguments().slice(1));
	},
	url: '/ajaxpro/sign,www.55zs.com.ashx'
}));
Ajax.sign = new Ajax.sign_class();

