$(document).ready(function(){
	
	// Calling our splashScreen plugin and
	// passing an array with images to be shown
	
	$('#promoIMG').splashScreen({
		textLayers : [
			'includes/splashscreen/welcome_sc.png',
			//'includes/splashscreen/more_elegant.png',
			'includes/splashscreen/world_sc.png'
		]
	});
	
});

