$(document).ready(function() {
	
	$('.home #splash').show().delay(1200).fadeOut(1500);
	    
});




