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