$(document).ready(function(){
    $('.bannerBase ul').before('<div id="navRodape">').cycle({         
        fx:'fade', 
        speedIn:  1000,
        speedOut: 500,
        speed:    5000,
        pager:  '#navRodape',
        before: function(){
            var idLinha = $(this).children().attr('rel');
            $('#rodape_'+idLinha).html($(this).html());
        }                   
    });
});
