Änderungen
spinnt in monobook
$('.division-header').css({cursor:'pointer'}).click(function() {
var wrapper = $(this).parent();
} else {
var divisionLabel = $(this).children('strong').html();
var cookieName = divisionLabel.toLowerCase().replace(/(<([^>]+)>)/ig,"")
$(this).siblings().slideUp('slow');
$(this).find('.expandability-indicator').fadeIn();
$.cookie('sidebar-division-state-' + cookieName, 'collapsed');
*/
}
});