if(typeof ShowArticles == "undefined") ShowArticles={};
if(typeof ShowArticles.modules_articles_ShowArticles_oldAjaxStyle == "undefined") ShowArticles.modules_articles_ShowArticles_oldAjaxStyle={};
ShowArticles.modules_articles_ShowArticles_oldAjaxStyle_class = function() {};
Object.extend(ShowArticles.modules_articles_ShowArticles_oldAjaxStyle_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getFullArticle: function(ArticleId) {
		return this.invoke("getFullArticle", {"ArticleId":ArticleId}, this.getFullArticle.getArguments().slice(1));
	},
	GetComments: function(ArticleId) {
		return this.invoke("GetComments", {"ArticleId":ArticleId}, this.GetComments.getArguments().slice(1));
	},
	AddComment: function(obj) {
		return this.invoke("AddComment", {"obj":obj}, this.AddComment.getArguments().slice(1));
	},
	url: '/ajaxpro/ShowArticles.modules_articles_ShowArticles_oldAjaxStyle,App_Web_showarticles_oldajaxstyle.ascx.c8787a04.ashx'
}));
ShowArticles.modules_articles_ShowArticles_oldAjaxStyle = new ShowArticles.modules_articles_ShowArticles_oldAjaxStyle_class();

