$(document).ready(function(){

	// Calling our splashScreen plugin and
	// passing an array with images to be shown
	$('#promoIMG').splashScreen({

			textLayers : [
			'common/promo2012/img/psim_01.png',
			'common/promo2012/img/psim_02.png',
		]
	});

});

