$(document).ready(function(){
	$('img').error(function(){
		$(this).remove();
	});
});
