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