var theImagessss = new Array()
theImagessss[0] = '<div id="quote">&quot;Unbelievably excellent documentation again from 21apps. Very impressed! SharePoint Organisational Shift Model rocks!&quot;</div><div id="quoteby">Steven Johnson - Legal Ombudsman</div>'
theImagessss[1] = '<div id="quote">&quot;This course has been the most insightful two days of my SharePoint career&quot;</div><div id="quoteby">SharePoint Governance & IA Master Class Attendee</div>'
theImagessss[2] = '<div id="quote">&quot;Short people, but big thinkers at @21apps!&quot;</div><div id="quoteby">@paulschaeflein</div>'
theImagessss[3] = '<div id="quote">&quot;SharePoint 2010 Governance and Information Architecture Master Class was the best targeted and jargon free course I&acute;ve ever been on&quot;</div><div id="quoteby">Pete Gilbert - Buro Happold</div>'
theImagessss[4] = '<div id="quote">&quot;Another great Friday with 21Apps at LeO. Undoubted proof that the 21Apps model works very very well. Excellent work&quot;</div><div id="quoteby">Steven Johnson - Legal Ombudsman</div>'
theImagessss[5] = '<div id="quote">&quot;21apps Org Shift model looks a concise realistic framework for focussing on business value&quot;</div><div id="quoteby">Jon Taylor - Pannone</div>'
theImagessss[6] = '<div id="quote">&quot;Another insightful day with the Sifu&acute;s from 21apps. Excellence comes as standard.&quot;</div><div id="quoteby">Steven Johnson - Legal Ombudsman</div>'
theImagessss[7] = '<div id="quote">&quot;Given the customer great linkage into having business-focused conversations about the technology, rather than technology-focused conversations.&quot;</div><div id="quoteby">Mike Fenna - Microsoft</div>'
theImagessss[8] = '<div id="quote">&quot;Demonstrated great flexibility and a fantastic attitude of just getting the job done&quot;</div><div id="quoteby">Mike Fenna - Microsoft</div>'
var j = 0
var p = theImagessss.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImagessss[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImageQuotes(){
document.write(theImagessss[whichImage]);
}



