$( document ) . ready ( 
	function() {
	
		setTimeout( function(){ $( '#msg' ).fadeOut('slow'); }, 3000 );
	
	}
)