jQuery(document).ready(function($) {
  
  $('#splash_slideshow').cycle();
  
  $('#planut').cycle({ 
      speed:    3000, 
      timeout:  500 
  });
  
});