$(document).ready(function(){
	
	$('ul.testimonials').innerfade({
		speed: 2000,
		timeout: 6000,
		type: 'random'
	});
	
	$('ul.tools').innerfade({
		speed: 1000,
		timeout: 3000,
		type: 'random'
	});
	
});
