if(typeof Newsinfo == "undefined") Newsinfo={};
Newsinfo_class = function() {};
Object.extend(Newsinfo_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddComment: function(newsID, nickName, info, IP) {
		return this.invoke("AddComment", {"newsID":newsID, "nickName":nickName, "info":info, "IP":IP}, this.AddComment.getArguments().slice(4));
	},
	ShowNews: function(newsID) {
		return this.invoke("ShowNews", {"newsID":newsID}, this.ShowNews.getArguments().slice(1));
	},
	url: '/ajaxpro/Newsinfo,Web_deploy.ashx'
}));
Newsinfo = new Newsinfo_class();

