$(document).ready(function(){
	
	// Calling our splashScreen plugin and
	// passing an array with images to be shown
	
	$('.bg_container').splashScreen({
		textLayers : [
			'img/_logo.tim-leyes.jpg',
		]
	});	
});

