// Speed of the automatic slideshow
var slideshowSpeed = 5000;

// Variable to store the images we need to set as background
// which also includes some text and url's.
var photos = [ 
	{"image" : "slide-chisiamo-01.jpg"},
	{"image" : "slide-chisiamo-02.jpg"}
];
