$(document).ready(
  function(){
    $('#slideshow').innerfade({
      speed: 750,
      timeout: 4000,
      type: 'sequence',
      containerheight: '219px'
    });
});
