//¸µÅ© Å×µÎ¸®Á¡¼± ¾ø¾Ö±â 
function bluring(){  
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="img") document.body.focus(); 
} 
document.onfocusin=bluring;

