Fix broken images automatically, Load Generic image
$('img').error(function(){ $(this).attr('src', ‘img/broken.png’); });