// inclui o rodape

document.write('<div id="rodape">');
document.write('	<p>');
document.write('		<a href="http://www.unesco.org.br/" target="_blank">');
document.write('			<img src="img/unesco.jpg" width="154" height="95" alt="UNESCO">');
document.write('		</a>');
document.write('		<a href="http://www.museudapessoa.net/" target="_blank">');
document.write('			<img src="img/museu.jpg" width="125" height="95" alt="Museu da Pessoa">');
document.write('		</a>');
document.write('	</p>');
document.write('</div>');
document.write('<img src="img/barraInferior.png" width="914" height="42" border="0" alt="">');

