function testimonialRotate()
{
	num1 =imgTestimonialArray.length;
	incr1=Math.floor(Math.random()*num1);
	document.open;
	document.write("<div id='quoteImage' style='background-image: url(/images/index/testimonials/" + imgTestimonialArray[incr1] + "); background-color: #" + colorTestimonialArray[incr1] + "; '><h1 class='screenRead'>College of Education</h1><p>" + textTestimonialAray[incr1] + "</p></div>");
}