$(document).ready(function(){

	// Calling our splashScreen plugin and
	// passing an array with images to be shown

	$('#promoIMG').splashScreen({
		textLayers : [
			'img/title1.png',
			'img/title2.png',
			'img/title3.png',
			'img/title4.png',
			'img/title5.png',
			'img/title6.png',
			'img/title7.png'
		]
	});

});
