$(document).ready(
  function(){    
    $('ul#endorsements').innerfade({
    	speed: 200,
    	timeout: 8000,
    	type: 'sequence',
    	containerheight: '180px',
    	containerwidth: '315px'
    });
});

