$(document).ready(function(){
	
	// Calling our splashScreen plugin and
	// passing an array with images to be shown
	
	$('#promoIMG').splashScreen({
		textLayers : [
			'images/Norton_Intro/Norton_Intro_1_2.png',
			'images/Norton_Intro/Norton_Intro_2_2.png',
			'images/Norton_Intro/Norton_Intro_3_2.png',
			'images/Norton_Intro/Norton_Intro_4_2.png',
			'images/Norton_Intro/Norton_Intro_5_2.png'
		]
	});
	
});

