<script type="text/javascript"> $(function(){ $("a").focus(function(){ $(this).blur(); }) }) </script>