$(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'
});
$('#sales-response-testimonials').innerfade({
animationtype: 'slide',
speed: 500,
timeout: 3000,
type: 'random',
containerheight: '85px'
});
});