// JavaScript Document

function mudaFoto(img)
	{
		$foo("#carregaFoto").attr({ src: img});
	}

	function exibiFoto(numeroFotos)
	{
			
				if(numeroFotos > 0)
				{
            
					document.getElementById('limite_img_noticia').style.display='';
			
				}
				else
				{
			
					document.getElementById('limite_img_noticia').style.display='none';
			
				}
				
	}
