$.fn.cycle.defaults.timeout = 6000;
    $(function() {
        // run the code in the markup!
        $('table pre code').not('#skip,#skip2').each(function() {
            eval($(this).text());
        });
           
		$('#s5').cycle({     
 		 fx:     'fadeZoom',
		speed:    850,
		timeout: 4500
		 });
	  
 
	  
    });
        
		
	 $('#slideshow2').cycle({
		speed:    800,
		timeout:  8000,
		clip:     'zoom',
		fx:       'scrollDown'
    });
	
	