$(document).ready(function () {	
    $('#target_topo').load('topo.html');  
});
$(document).ready(function () {	
    $('#target_footer').load('footer.html');  
});


//
$(document).ready(function(){
    $('#slider1').tinycarousel();

});
