jQuery(document).ready(function() {
    jQuery('#slideshow').cycle({});
    
    function onBefore() {
        jQuery('#title').html(this.alt);
    }
});
