$(document).ready( function()
{ 
  $('.news').innerfade({ animationtype: 'fade', speed: 750, timeout: 4000, type: 'random', containerheight: '1.5em' });

  $('.imagefade').innerfade({ speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '220px' });
 
}
);