$(function() {
  $('a').focus(function() {
    $(this).blur(); 
  });
});

$(window).load(function() {
});



