allTestimonials = new Array ('example of a testimonial #1 from a satisfied customer','example of a testimonial #2 from a satisfied customer','example of a testimonial #3 from a satisfied customer')function getTestimonial() {	testimonial = Math.floor ((Math.random() * allTestimonials.length))}