$(function() {
    $('#reklamabig').cycle({ 
    timeout: 5500, 
    speed:  1000,
    pause: 1,
    before: onBefore 
});

    function onBefore() {
        $('#title').html(this.alt);
    }
});