jQuery(function() {
  jQuery('#slideshow').cycle({
    timeout: 4000,
    speed: 1500
  });
}); 

