
$(document).ready(function(){
  setTimeout(function() { 

	$('#image_home') . fadeOut( 600 , function() {
											   
		$('#wrapper_home').fadeIn( 800 );									   
});
	 return false; 
 }, 3000);
});

 
