JS: Automatically Fix Broken Images
$('img').error(function(){ $(this).attr('src', 'img/broken.png'); });