addNamespace("News");
News_class = function() {};
Object.extend(News_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Show_Scid: function(bcid) {
		return this.invoke("Show_Scid", {"bcid":bcid}, this.Show_Scid.getArguments().slice(1));
	},
	Show_Biaoti: function(scid) {
		return this.invoke("Show_Biaoti", {"scid":scid}, this.Show_Biaoti.getArguments().slice(1));
	},
	Show_NewsLiebiao: function(bcid, scid) {
		return this.invoke("Show_NewsLiebiao", {"bcid":bcid, "scid":scid}, this.Show_NewsLiebiao.getArguments().slice(2));
	},
	url: '/ajaxpro/News,App_Web_jqnio9zm.ashx'
}));
News = new News_class();

