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

