// JavaScript Document

var myQuotes=new Array();
myQuotes[0] = '<a href="../testimonials/#5">Add a gaggle of sparkling people to our management team.</a><img src="../images/end-speech.gif" style=" vertical-align:top" />';
myQuotes[1] = '<a href="../testimonials/#6">What is equally important is an open, honest relationship and speed of response.</a><img src="../images/end-speech.gif" style=" vertical-align:top" />';

var randomNumber=Math.floor(Math.random()*2)
document.write(myQuotes[randomNumber]);
