// JavaScript Document

var myQuotes=new Array();
myQuotes[0] = '<a href="../testimonials/#7">Took the time in the early stages to meet and understand our requirements and culture.</a><img src="../images/end-speech.gif" style=" vertical-align:top" />';
myQuotes[1] = '<a href="../testimonials/#8">Cartwheel consistently procures great candidates.</a><img src="../images/end-speech.gif" style=" vertical-align:top" />';

var randomNumber=Math.floor(Math.random()*2)
document.write(myQuotes[randomNumber]);
