$(document).ready(
	function(){
		// Fade testimonials in out
		$('#testimonialcontainer').innerfade({
			speed: 'normal',
			timeout: 10000,
			type: 'sequence', //or 'random'
			containerheight: '19em'
		});
});
