jQuery(document).ready(function($) {
    
	// Or, hide them
	$('img').error(function(){
	        $(this).attr('src', '/wordpress/wp-content/themes/JB_v4/images/img-error.jpg');
	});


});


