function autoblur() { 
        if(event.srcElement.tagName == "A") document.body.focus(); 
} 
document.onfocusin = autoblur; 
