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

