$(document).ready(
function(){
$('#featured_in').innerfade({
animationtype: 'slide',
speed: 750,
timeout: 2000,
type: 'random',
containerheight: '105px'
});
$('#response-testimonials').innerfade({
animationtype: 'slide',
speed: 500,
timeout: 3000,
type: 'random',
containerheight: '75px'
});
$('#speaking_testimonials').innerfade({
animationtype: 'slide',
speed: 1000,
timeout: 6000,
type: 'sequence',
containerheight: '215px'
});
});