$(function(){
	var photos = [
		'images/foto-1-1.png',
		'images/foto-2-1.png',
		'images/foto-3-1.png',
		'images/foto-4-1.png',
		'images/foto-5-1.png'
		];
	
	var slideshow = $('.slideShow').bubbleSlideshow(photos);

	$(window).load(function(){
		slideshow.autoAdvance(5000);
	});
	
	// Other valid method calls:
	
	// slideshow.showNext();
	// slideshow.showPrev();
	// slideshow.stopAutoAdvance();
});
