function autoBlur(){ 
  if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") 
  document.body.focus(); 
} 
  document.onfocusin=autoBlur; 
  
<!--// popupMsg
function MM_popupMsg(msg) { //v1.0
  alert(msg);
}
//-->