// JavaScript Document
 
        
        $(function() {
            $('#slideshow1').cycle({ 
    fx:    'fade', 
    speed:  2500 
 });
          
            
            function onBefore() {
                $('#title').html(this.alt);
            }
        });