var myAnchors=document.all.tags("a");

for (i=0;i<myAnchors.length;i++) {
  myAnchors[i].onfocus=new Function("myAnchors["+i+"].blur()");
}


