if(typeof Brettspill == "undefined") Brettspill={};
if(typeof Brettspill.finnSpill == "undefined") Brettspill.finnSpill={};
Brettspill.finnSpill_class = function() {};
Object.extend(Brettspill.finnSpill_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	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.finnSpill,Brettspill.ashx'
}));
Brettspill.finnSpill = new Brettspill.finnSpill_class();

