$(document).ready(function() {

 $('ul.error_list').delay(5000).fadeOut('slow', function() {
    // Animation complete.
  });

});
