$(document).ready(function() {

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

});

