window.addEvent('domready', function() {
	
	mySlideShow = new SlideShow('slider',{
        delay: 5000,
        autoplay: true
    });	
	
});