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