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

