$(function() {
    $('#slideshow1').cycle({
	pause: 1,
	timeout:5000,
	});
    
    function onBefore() {
        $('#title').html(this.alt);
    }
});