$(document).ready(function(){
	
	// Calling our splashScreen plugin and
	// passing an array with images to be shown
	
	$('#promoIMG').splashScreen({
		textLayers : [
			'img/piu_semplice.png',
			'img/piu_efficiente.png',
			'img/piu_economico.png'
		]
	});
	
});

