window.addEvent('domready',function(){
	
	// instance with a few options
	slideshow1 = new SlideShow('photo_group1',{
		delay: 6000,
    		transition: 'fade',
    		duration: 4000,
    		autoplay: true
	});
	
	slideshow2 = new SlideShow('photo_group2',{
		delay: 7000,
    		transition: 'fade',
    		duration: 5200,
    		autoplay: true
	});
	
	slideshow2 = new SlideShow('photo_group3',{
		delay: 8000,
    		transition: 'fade',
    		duration: 6300,
    		autoplay: true
	});
	
	slideshow2 = new SlideShow('photo_group4',{
		delay: 9000,
    		transition: 'fade',
    		duration: 4500,
    		autoplay: true
	});
	
	slideshow2 = new SlideShow('photo_group5',{
		delay: 8500,
    		transition: 'fade',
    		duration: 4800,
    		autoplay: true
	});
	
	slideshow2 = new SlideShow('photo_group6',{
		delay: 7600,
    		transition: 'fade',
    		duration: 5200,
    		autoplay: true
	});
		
		
	

});
