$(document).ready(function(){
	
	// Calling our splashScreen plugin and
	// passing an array with images to be shown
	
	$('#header').splashScreen({
		textLayers : [
			'images/gretsi-titre.png', 118, 410, 'permanent',
			'images/gretsi-site.png',  358, 550, 'permanent'
		]
	});
	
});

