window.addEvent('domready', function(event) {
	// slideshow
	new BarackSlideshow('menu', 'pictures', 'loading', {transition: 'fade', auto: true, autostart:true, autointerval: 2500, tween: {duration: 1500} });
});
