if(typeof network == "undefined") network={};
network_class = function() {};
Object.extend(network_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getprovince: function() {
		return this.invoke("getprovince", {}, this.getprovince.getArguments().slice(0));
	},
	getuniversity: function(parentidstr, k) {
		return this.invoke("getuniversity", {"parentidstr":parentidstr, "k":k}, this.getuniversity.getArguments().slice(2));
	},
	ck_right: function(userid, question, answer) {
		return this.invoke("ck_right", {"userid":userid, "question":question, "answer":answer}, this.ck_right.getArguments().slice(3));
	},
	url: '/ajaxpro/EquanAppCode.NetWork_School,EquanAppCode.ashx'
}));
network = new network_class();


