jQuery(document).ready(function(){
  $('#slideshow').innerfade({
            speed: 'slow', 
            timeout: 8000, 
            type: 'random', 
            containerheight: '345' 
         }); 
});
