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