

$(document).ready(function(){
   $("#searchResults img").error( function () { this.src="/graphics/brk_img_100x100_na.gif"; } );
   $(".galleryDisplay img").error( function () { this.src="/graphics/brk_img_200x200_na.gif"; } );
 });
