$(document).ready(function() {
  //Close flash notice
  $('*').click(function() {
    $('#sa_flash').hide();  
  });
});

