function get_testimonial() {

	var testimonials = new Array();

	testimonials[0] = '"They provide very good value with all of their products and more importantly <span class="accent">provide a high level of service</span> response with each and every order, large or small."<br><br><span class="right">-- Black & McDonald<br><a href="testimonials.html">Read More >></a></span>';
	testimonials[1] = '"Whether we had quick or planned deadlines the staff is always courteous and friendly while maintaining a <span class="accent">superior quality of workmanship</span>."<br><br><span class="right">-- Maple Leaf Foods<br><a href="testimonials.html">Read More >></a></span>';
	testimonials[2] = '"The customer service is <span class="accent">always friendly, prompt and attentive</span>. Thank you Say it With Stitches for your valued services."<br><br><span class="right">-- Armco Capital<br><a href="testimonials.html">Read More >></a></span>';
	testimonials[3] = '"...really value Say it with Stitches for their <span class="accent">high quality work, efficiency, friendly staff</span> and ability to meet our quick deadlines."<br><br><span class="right">-- HRM Civic Events and Festivals<br><a href="testimonials.html">Read More >></a></span>';
	testimonials[4] = '"Say it with Stitches has been a valuable part of Nedco\'s marketing program. The service has been excellent with <span class="accent">fast deliveries, quality products and competitive prices</span>."<br><br><span class="right">-- Nedco<br><a href="testimonials.html">Read More >></a></span>';
	testimonials[5] = '"We look for <span class="accent">quality, service and a competitive price</span>. You have met and exceeded our requirements in all these categories."<br><br><span class="right">-- Nova Scotia Home Builders Association<br><a href="testimonials.html">Read More >></a></span>';
	testimonials[6] = '"You have maintained a <span class="accent">very high standard with your embroidery work</span> and I have never seen better in my travels. You should all be very proud of the work that you do."<br><br><span class="right">-- Vision Air Services<br><a href="testimonials.html">Read More >></a></span>';
	testimonials[7] = '"We had <span class="accent">so many compliments about the items</span> and were more than happy to give you all the credit, as you definitely deserve it!"<br><br><span class="right">-- Luedey Consultants<br><a href="testimonials.html">Read More >></a></span>';
	testimonials[8] = '"The <span class="accent">product, service, and workmanship is by far superior</span> to any other supplier we have used in the past. I would recommend your company to anyone looking for promotional products."<br><br><span class="right">-- Wallace Equipment<br><a href="testimonials.html">Read More >></a></span>';
	testimonials[9] = '"In regards to the staff at Say it with Stitches, I can\'t say enough! <span class="accent">Very professional, courteous top-notch staff,</span> and quality merchandise. We have been immensely satisfied in all of our dealings."<br><br><span class="right">-- Trade Centre Limited<br><a href="testimonials.html">Read More >></a></span>';		
	
	var index =  Math.floor(Math.random() * (testimonials.length));
	
	document.getElementById('testimonial').innerHTML = testimonials[index];
	
}
