testimonialNames =		['Charlotte Bresina',	'Timothy Sienko',	'Lisa Zeman'];
testimonialLocations =	['Rice Lake',			'Spooner, WI',		'Rice Lake'];

testimonials = [];
testimonials[0] = "Choosing to begin my college education at UW-Barron County has been one of the wisest decisions I have made &mdash; financially, it couldn't get any better! Not only am I saving money through the low tuition rates, living at home, and continuing to work at my jobs, but I am also managing to get through my Associate degree without student loans.";
testimonials[1] = "The faculty are very personable and involved with the education of each individual student; this level of interaction promotes both academic gain and artistic growth that is lost in larger educational settings.";
testimonials[2] = "I decided to go back to school so I could help provide a better life for my family. I was unsure how I would fit in with the younger students, but after starting classes I realized that this was not an issue, there are many non-traditional students at UW-BC. For others wanting to go back to school, my advice would be to start out slow so you give yourself and your family time to adjust to the new routine.";

/*
 *
 * use this “testimonial” variable as the randomized selection from the arrays above.
 *
 */
testimonial = Math.floor(Math.random()*testimonials.length);