$(document).ready(function(){
/* ### Beginn ### */

/* Blur */
$('a').attr('onfocus','if(this.blur)this.blur()');

/* ### Ende ### */
});
