if(typeof skybrud == "undefined") skybrud={};
if(typeof skybrud.edit == "undefined") skybrud.edit={};
if(typeof skybrud.edit.Statistics == "undefined") skybrud.edit.Statistics={};
skybrud.edit.Statistics.AjaxHandler_class = function() {};
Object.extend(skybrud.edit.Statistics.AjaxHandler_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RegisterViewForNewsArticle: function(newsId, pageId, catId) {
		return this.invoke("RegisterViewForNewsArticle", {"newsId":newsId, "pageId":pageId, "catId":catId}, this.RegisterViewForNewsArticle.getArguments().slice(3));
	},
	url: '/ajaxpro/skybrud.edit.Statistics.AjaxHandler,skybrud.edit.cs.ashx'
}));
skybrud.edit.Statistics.AjaxHandler = new skybrud.edit.Statistics.AjaxHandler_class();


