// обработчик битых ссылок $(function(){ $('img').error(function(){ $(this).attr('src', 'empty.gif'); }); });