var mEssage = new Array()
mEssage[0] = '<p class="quote">&#8220;Bill, I just read and loved your lead article in the Jaques Co newsletter. "All Hands on Deck" is spot on.  At GS we are behind just a little and have our sights on the final $132K to get to goal.   I&#8217;m overseeing the AF and Leadership Gifts these days, so this is all relevant to my daily work.  I&#8217;ve been concentrating our efforts just as the article describes. One tool that has been extremely helpful is our loyalty recognition circle. (As you say in the newsletter article), concentrating on these folks has made a huge difference.&#8221;</p><p class="quote2"><strong>Andy Poplin</strong><br />Director of Leadership Giving<br />George School<br />Newtown, PA</p>'
mEssage[1] = '<p class="quote">&#8220;I read all of it (the Spring &#8217;09 issue of the TeamWork newsletter) with great interest.  I like your continued emphasis of fundamentals and your upbeat attitude in the current storm.  It is important to be in touch, personally, and to say thank you.&#8221;</p><p class="quote2"><strong>Rev. Edward S. Gleason</strong><br />Former DOD,<br />Virginia Theological Seminary<br />Former Headmaster,<br />Noble &amp; Greenough School<br />(Past Clients)</p>'

var k = 0
var q = mEssage.length;

var preBuffer = new Array()
for (w = 0; w < q; w++){
  preBuffer[w] = new Image()
  preBuffer[w].src = mEssage[w]
}

var whichImage = Math.round(Math.random()*(q-1));

function randomSide(){
  document.write('<span>'+mEssage[whichImage]+'</span>');
}