document.observe('dom:loaded', function(){
	TableKit.options.stripe = false;
	TableKit.options.resizable = false;
	TableKit.options.editable = false;
	$$('table.list-table').each(function(t){
		new TableKit(t);
	});
});
