
	jQuery(document).ready(function(){
		verificaImgs();
	});
	
	function verificaImgs(){
		$('img[@tipoImg=thumb]', '#tdConteudo').error(function(){
			this.src = '../_imgs/LogoPainelBR_56x56.jpg';
		});
	}