if (document.links) var dl = document.links;

if (dl && dl.length) for (i=0; i<dl.length; i++) {
  if (dl[i]) dl[i].onfocus = function() { with(this) { this.blur(); } }
}

