
$(document).ready(function(){

     $("#topo").load('topo.html');
	 $("#topo_internas").load('topo_internas.html');
	 $("#rodape").load('rodape.html');
	 $("#rodape_cordel").load('rodape_cordel.html');
	 $("#destaque_cordel").load('cordel02.html');
	 

   
 }); 


