$(document).ready(
	function(){
		$('#headerTestimonialRotator').innerfade({
		animationtype: 'slide',
		speed: 'slow',
		timeout: 5000,
		type: 'random',
		containerheight: '155px'
		});
	}
); 
