$().ready(function() {  
  $('.slideshow').innerfade({ 
    //type: 'random_start',
      speed: 1500, 
      timeout: 3500, 
      containerheight: '460px'
      
  }); 
});
