$$('a[href]').each(function(a){a.observe('focus',function(){this.blur();});});

