$(document).ready(function() {
  $('img').error(function(){
 	$(this).attr('src', '/images/tmp_90_90.gif');
});
});

