if(typeof newsAjax == "undefined") newsAjax={};
newsAjax_class = function() {};
Object.extend(newsAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	showNew: function(id) {
		return this.invoke("showNew", {"id":id}, this.showNew.getArguments().slice(1));
	},
	url: '/ajaxpro/newsAjax,App_Code.ashx'
}));
newsAjax = new newsAjax_class();

