window.onload = function () {


a = document.getElementsByTagName('a');
        for (i=0; i<a.length; i++){


        	a[i].setAttribute ("onfocus" ,"this.blur()") ;


        }

 }
