$(function() { 
  
  $('.close_flashmessage').click(function(){
    $(this).parent().slideUp();
  });
  
});
