// JavaScript Document

var myQuotes=new Array();
myQuotes[0] = '<a href="../testimonials/#1">Instrumental in finding the right people who help define the culture of our business.</a><img src="../images/end-speech.gif" style=" vertical-align:top" />';
myQuotes[1] = '<a href="../testimonials/#2">Delivered on everything promised and the final candidate was the perfect match.</a><img src="../images/end-speech.gif" style=" vertical-align:top" />';

var randomNumber=Math.floor(Math.random()*2)
document.write(myQuotes[randomNumber]);
