$(function() {	
  $("a,area,map,object").bind("focus",function(){if($(this).blur)$(this).blur();});	// links blurren	
});


