$(function() {
    $('#slideshow1').cycle({
      timeout: 3000,
      delay:   1500, 
      speed:   1000
    });
    
    $('#slideshow2').cycle({
      timeout: 3000,
      delay:   0, 
      speed:   1000
    });    
    
});
