$(document).ready(function(){
	
	// Calling our splashScreen plugin and
	// passing an array with images to be shown
	
	$('#promoIMG').splashScreen({
		textLayers : [
			'img/msg/pic_01.png',
			'img/msg/pic_02.png',
			'img/msg/pic_03.png',
			'img/msg/pic_04.png',
			'img/msg/pic_05.png',
			'img/msg/pic_06.png',
		]
	});
	
});

