$(document).ready(function(){

	// Calling our splashScreen plugin and
	// passing an array with images to be shown

	$('#promoIMG').splashScreen({
		textLayers : [
			'images/screen/thinner.png',
			'images/screen/more_elegant.png',
			'images/screen/our_new.png'
		]
	});

});
