if(typeof NewsList == "undefined") NewsList={};
NewsList_class = function() {};
Object.extend(NewsList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoginOut: function() {
		return this.invoke("LoginOut", {}, this.LoginOut.getArguments().slice(0));
	},
	url: '/ajaxpro/NewsList,SilkroadWeb_deploy.ashx'
}));
NewsList = new NewsList_class();

