window.addEvent('domready', function(){

      // Load your images here
	    var data = {
				'01.jpg': { caption: 'PROSPETTO SUD' }, 
				'02.jpg': { caption: 'VISTA' }, 
				'03.jpg': { caption: 'PROSPETTO EST' },
				'04.jpg': { caption: 'PROSPETTO SUD' }
	    };
	    // Initialize the Slideshow instance
	    var myShow = new Slideshow('show', data, { captions: true, delay: 6000, height: 257, hu: 'img/showcase/', width: 492 });
		
});