jQuery(document).ready( function(){
  jQuery('#fader').innerfade({
    animationtype:    'fade',
    speed: 'slow',
    timeout: 3800,
    type: 'sequence',
    containerheight: '396px'
  });

  
} ); 
