if(typeof Brettspill == "undefined") Brettspill={};
if(typeof Brettspill.blog == "undefined") Brettspill.blog={};
Brettspill.blog_class = function() {};
Object.extend(Brettspill.blog_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	KommentarAvbryt: function(id) {
		return this.invoke("KommentarAvbryt", {"id":id}, this.KommentarAvbryt.getArguments().slice(1));
	},
	KommentarOk: function(id, kommentar) {
		return this.invoke("KommentarOk", {"id":id, "kommentar":kommentar}, this.KommentarOk.getArguments().slice(2));
	},
	KommentarRediger: function(id) {
		return this.invoke("KommentarRediger", {"id":id}, this.KommentarRediger.getArguments().slice(1));
	},
	KommentarSlett: function(id) {
		return this.invoke("KommentarSlett", {"id":id}, this.KommentarSlett.getArguments().slice(1));
	},
	LagTabellCB: function(sortering, stigende, side, filter, tableSetting) {
		return this.invoke("LagTabellCB", {"sortering":sortering, "stigende":stigende, "side":side, "filter":filter, "tableSetting":tableSetting}, this.LagTabellCB.getArguments().slice(5));
	},
	url: '/ajaxpro/Brettspill.blog,Brettspill.ashx'
}));
Brettspill.blog = new Brettspill.blog_class();

