$(function() {
    $('#slideshow').cycle();

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