// JavaScript Document

var myQuotes=new Array();
myQuotes[0] = '<a href="../testimonials/#3">Their pragmatic and sensible approach to recruiting for our diverse business needs.</a><img src="../images/end-speech.gif" style=" vertical-align:top" />';
myQuotes[1] = '<a href="../testimonials/#4">Cartwheel does it really well. I wholeheartedly recommend you to others - Totally Peachy.</a><img src="../images/end-speech.gif" style=" vertical-align:top" />';

var randomNumber=Math.floor(Math.random()*2)
document.write(myQuotes[randomNumber]);
