window.addEvent('domready', function(){
	var slideshow = new BarackSlideshow('menu', 'pictures', 'loading', {
		transition: 'fade', 
		autointerval: 5000, 
		auto: true, 
		autostart: true
	});

	// transitions can be 'slide-left', 'slide-right', 'slide-top', 'slide-bottom', 'fade'
});
