$(function() {        $('#slideshow').cycle({        delay: 8000,        speed: 500,        before: onBefore    });        function onBefore() {        $('#title').html(this.alt);    }});