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" />','<img src="/images/homeQuote6.gif" width="489" height="127" alt="Charles Aris - A compilation of 216 compensation data points including details on corporate and private equity offer information as well as strategy consultants performance competencies." />');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.write(mess[num]);
