if(typeof QiaoCWBW == "undefined") QiaoCWBW={};
if(typeof QiaoCWBW.news_info == "undefined") QiaoCWBW.news_info={};
QiaoCWBW.news_info_class = function() {};
Object.extend(QiaoCWBW.news_info_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddRemark: function(id, userName, body, isa, ip) {
		return this.invoke("AddRemark", {"id":id, "userName":userName, "body":body, "isa":isa, "ip":ip}, this.AddRemark.getArguments().slice(5));
	},
	ShowRemark: function(newsid) {
		return this.invoke("ShowRemark", {"newsid":newsid}, this.ShowRemark.getArguments().slice(1));
	},
	ShowRemarkList: function(topnum, index, newsid) {
		return this.invoke("ShowRemarkList", {"topnum":topnum, "index":index, "newsid":newsid}, this.ShowRemarkList.getArguments().slice(3));
	},
	GetCount: function(newsid) {
		return this.invoke("GetCount", {"newsid":newsid}, this.GetCount.getArguments().slice(1));
	},
	GetPagesContent: function(newsid, pagesid) {
		return this.invoke("GetPagesContent", {"newsid":newsid, "pagesid":pagesid}, this.GetPagesContent.getArguments().slice(2));
	},
	getPagesCount: function(newsID) {
		return this.invoke("getPagesCount", {"newsID":newsID}, this.getPagesCount.getArguments().slice(1));
	},
	url: '/ajaxpro/QiaoCWBW.news_info,QiaoCWBW.ashx'
}));
QiaoCWBW.news_info = new QiaoCWBW.news_info_class();

