jQuery(document).ready(function(){
	jQuery('a').focus(function(){jQuery(this).blur();})
});