// Innerfade setup
jQuery(document).ready( function(){ 
	jQuery('#testimonial_content').innerfade({
		animationtype: 'fade', 
		speed: 'normal', 
		timeout: 5000, 
		type: 'random_start', 
	});
}); 
// Innerfade end


