var aa=document.getElementsByTagName("a");for(var i=0;i<aa.length;i++){aa[i].onfocus=function(){this.blur();};}
