addNamespace("textpage_text");
textpage_text_class = Class.create();
textpage_text_class.prototype = (new AjaxPro.Request()).extend({
	AddCount: function(s, callback) {
		return this.invoke("AddCount", {"s":s}, callback);
	},
	GetNews: function(id, callback) {
		return this.invoke("GetNews", {"id":id}, callback);
	},
	getNextClass1: function(cid, callback) {
		return this.invoke("getNextClass1", {"cid":cid}, callback);
	},
	getNextClass: function(cid, callback) {
		return this.invoke("getNextClass", {"cid":cid}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/textpage_text,App_Web_66m3c1ce.ashx";
	}
})
textpage_text = new textpage_text_class();


