Bu şekilde deneyin;
<script type="text/javascript" language="script" src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
<script type="text/javascript">
$(function(){
$("img").error(function(){ $(this).attr('src','resim-yok.png').width(460).height(73) })
})
</script>
<img src="resim.png"><br>
<img src="resim.png"><br>
<img src="resim.png"><br>
<img src="resim.png"><br>
<img src="resim.png"><br>