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