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

