$(function() {
    $('#slideshow1').cycle();
    
    function onBefore() {
        $('#title').html(this.alt);
    }
});