jQuery(document).ready(function() {
	/*$(document.head).append('<script type="text/javascript" src="js/jquery.jcarousel.min.js"></script>'+
						'<link rel="stylesheet" type="text/css" href="css/skin.css"/>');*/
	$('#float_menu').html('<div class="jcarousel-skin-tango">'+
				'<div class="jcarousel-container">'+
				      '<div class="jcarousel-clip">'+
						'<ul id="mycarousel">'+
						   '<li><a target="_top" href="default.asp"><img src="images/logo_aperj.jpg" title="HOME" width="160" height="130" style="border-style:none"></img></a></li>'+
						   '<li><a href="governadores.htm"><img src="images/logo_govs.jpg" title="FOTOGRAFIAS DE GOVERNO" width="100" height="100" style="border-style:none"></img></a></li>'+
						   '<li><a target="_top" href="memorias.html"><img src="images/memorias_reveladas.jpg" title="REFERÊNCIA DAS LUTAS POLÍTICAS NO BRASIL 1964/1985" width="120" height="100" style="border-style:none"></img></a></li>'+
						   '<li><a target="_blank" href="http://docvirt.no-ip.com/docreader.net/DocReader.aspx?bib=\\\Acervo01\\drive_p\\Trbs\\Aperj\\REG_TERRA.DocPro"><img src="images/registro_terras.jpg" title="REGISTROS PAROQUIAIS DE TERRAS" width="120" height="100" style="border-style:none"></img></a></li>'+
						   '<li><a target="_blank" href="http://www.videotecas.armazemmemoria.com.br/Secoes.aspx?videoteca=NQ==&s=Mzg="><img src="images/logo_videoteca.png" title="VIDEOTECA DIGITAL" width="150" height="110" style="border-style:none"></img></a></li>'+
						   '<li><a target="_top" href="biblioteca.htm"><img src="images/biblivre1.jpg" title="BIBLIOTECA APERJ" width="120" height="100" style="border-style:none"></img></a></li>'+
						   '<!--li><a href="biblioteca_aquisicoes.htm"><img src="images/aquisicoes.jpg" title="NOVAS AQUISIÇÕES DA BIBLIOTECA" width="120" height="100" style="border-style:none"></img></a></li-->'+
						'</ul>'+
					'</div>'+
				  '</div>'+
				'</div>');
	jQuery('#mycarousel').jcarousel();
});

								

