if(typeof QiaoCWBW == "undefined") QiaoCWBW={};
if(typeof QiaoCWBW.NewsSearchResult == "undefined") QiaoCWBW.NewsSearchResult={};
QiaoCWBW.NewsSearchResult_class = function() {};
Object.extend(QiaoCWBW.NewsSearchResult_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	showNews: function(size, index, where, order) {
		return this.invoke("showNews", {"size":size, "index":index, "where":where, "order":order}, this.showNews.getArguments().slice(4));
	},
	newsCount: function(where) {
		return this.invoke("newsCount", {"where":where}, this.newsCount.getArguments().slice(1));
	},
	GetCount: function(newsid) {
		return this.invoke("GetCount", {"newsid":newsid}, this.GetCount.getArguments().slice(1));
	},
	Encrypt: function(str) {
		return this.invoke("Encrypt", {"str":str}, this.Encrypt.getArguments().slice(1));
	},
	Decrypt: function(str) {
		return this.invoke("Decrypt", {"str":str}, this.Decrypt.getArguments().slice(1));
	},
	url: '/ajaxpro/QiaoCWBW.NewsSearchResult,QiaoCWBW.ashx'
}));
QiaoCWBW.NewsSearchResult = new QiaoCWBW.NewsSearchResult_class();

