addNamespace("News_Show");
News_Show_class = function() {};
Object.extend(News_Show_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	returnstring: function(ss) {
		return this.invoke("returnstring", {"ss":ss}, this.returnstring.getArguments().slice(1));
	},
	url: '/ajaxpro/News_Show,App_Web_jqnio9zm.ashx'
}));
News_Show = new News_Show_class();

