$(document).ready(function(){
	// Page is ready

	
	$('#testimonialsContent').innerfade({
				speed: 'slow',
				timeout: 8000,
				type: 'sequence',
				containerheight: '150px'
	});

	
	
});
