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