$(document).ready(
  function(){
    
    $('ul#animation').innerfade({
    	speed: 1000,
    	timeout: 4000,
    	type: 'sequence',
    	containerheight: '192px',
    	containerwidth: '550px'
    });
    
    $('ul#testimonials').innerfade({
    	speed: 2000,
    	timeout: 10000,
    	type: 'sequence',
    	containerheight: '120px',
    	containerwidth: '197px'
    });

});

