function testimonialRotate() {
	
	num1 =textTestimonialAray.length;
	incr1=Math.floor(Math.random()*num1);
	document.open;
	document.write("<p>" + textTestimonialAray[incr1] + "</p>");
}