Replace missing images using jQuery
$('img').error(function(){ $(this).attr('src', '/path/to/fallback-image.jpg); });