
$(document).ready(function(){
  setTimeout(function(){
    $('#profile_banner_msg').fadeOut();
  }, 4000);
});
