
  
  $(document).ready(function() {
    
    // Likwidacja fokusu:
    $('a').focus(function() {$(this).blur(); });
    
  });
