$(function() {
	$('#testimonials').innerfade( {
		animationtype : 'fade',
		speed : 750,
		timeout : 6000,
		type : 'sequence',
		containerheight : '1em'
	});
});
