$(document).ready(function(){
	$('#testimonials').innerfade({
		animationtype: 'fade',
		speed: 750,
		timeout: 13000,
		type: 'random_start'
	});
	$('#home-images').innerfade({
		animationtype: 'fade',
		speed: 750,
		timeout: 6500,
		type: 'random_start'
	});
});