$(document).ready(function(){
	$('#slideshow').innerfade({
		speed: 1000,
		timeout: 7000,
		type: 'sequence',
		containerheight: '223px'
	});
	$('#testimonials').innerfade({
		animationtype: 'slide',
		speed: 1750,
		timeout: 11000,
		type: 'random',
		containerheight: '1em'
	});
});
