$(document).ready(function(){
    $('.boxBannerTopo ul').cycle({
        fx: 'fade',
        speed:       5000,
        timeout: 10000,
        before: function(){
            var idLinha = $(this).children().attr('rel');
            $('#topo_'+idLinha).html($(this).html());
        }                           
    });    
});
