$(document).ready(function(){
	// Page is ready
	//alert('ready');
	
	$('#testimonials').innerfade({
				speed: 'slow',
				timeout: 16000,
				type: 'sequence',
				containerheight: '13px'
	});

	
	
});
