$(document).ready(function(){
	
	// Calling our splashScreen plugin and
	// passing an array with images to be shown
	
	$('#contenu').splashScreen({
		textLayers : [
			'img/louer.png',
			'img/notreagence.png',
			'img/logo.png'

		]
	});
	
});

