var mess = new Array('<img src="/images/homeQuote.gif" alt="Charles Aris - Leveraging the most thorough executive search process in the industry" />','<img src="/images/homeQuote2.gif" width="489" height="127" alt="Charles Aris - serving clients worldwide for over 40 years" />','<img src="/images/homeQuote3.gif" width="489" height="127" alt="Charles Aris - Featuring 20 highly experienced, full-time recruiters" />','<img src="/images/homeQuote4.gif" width="489" height="127" alt="Charles Aris - Averaging more than 80 completed searches per year" />','<img src="/images/homeQuote5.gif" width="489" height="127" alt="Charles Aris - Winning the trust of clients from Fortune 500s to start-ups" />');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.write(mess[num]);