$(document).ready(function(){
	
	// Calling our splashScreen plugin and
	// passing an array with images to be shown
	
	$('#content').splashScreen({
		textLayers : [
			'face/splash/KYh.png',
		]
	});
	
});

