window.addEvent('domready', function() {
var homeShow = new SlideShow('slides1',{delay:3000, autoplay:true});
homeShow.play();
})