$(document).ready(function(){
	
	// Calling our splashScreen plugin and
	// passing an array with images to be shown
	
	// If splashscreen already appered check cookie 
	
	$('#nav_main').splashScreen({
		textLayers : [
			
		],
		textLeftOffset	: 'auto', 
		textRightOffset	: 'auto',
		textShowTime	: 2000,
		fadeTime		: 2000,
		delay			: 1000,
		textFade		: false,
		setCookie		: true
	});
	
});

