if(typeof QiaoCWBW == "undefined") QiaoCWBW={};
if(typeof QiaoCWBW.news_list == "undefined") QiaoCWBW.news_list={};
QiaoCWBW.news_list_class = function() {};
Object.extend(QiaoCWBW.news_list_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	showNews: function(size, index, id, flag) {
		return this.invoke("showNews", {"size":size, "index":index, "id":id, "flag":flag}, this.showNews.getArguments().slice(4));
	},
	newsCount: function(id, flag) {
		return this.invoke("newsCount", {"id":id, "flag":flag}, this.newsCount.getArguments().slice(2));
	},
	url: '/ajaxpro/QiaoCWBW.news_list,QiaoCWBW.ashx'
}));
QiaoCWBW.news_list = new QiaoCWBW.news_list_class();

