if(typeof WebRoot == "undefined") WebRoot={};
WebRoot.Cultivate_class = function() {};
Object.extend(WebRoot.Cultivate_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AJShowContent: function(lanmu, pagenum, pagesize) {
		return this.invoke("AJShowContent", {"lanmu":lanmu, "pagenum":pagenum, "pagesize":pagesize}, this.AJShowContent.getArguments().slice(3));
	},
	url: '/ajaxpro/WebRoot.Cultivate,WebRoot.ashx'
}));
WebRoot.Cultivate = new WebRoot.Cultivate_class();

