$(document).ready(function(){ $('a,img').focus(function(){this.blur(); });});


