function randomQuote() {

quote0= "\"Jim grasps the \"Real Message\", clarifies and distills to succinct words to achieve understanding and consensus of the group. He is a teacher, not lecturer. He quickly gains the confidence of those around him.\"" + "<br />" + "<em>" + "-Chairman & CEO - Global Emergent Medical Response" + "</em>";


quote1= "\"Jim has lots of energy, incredible honesty and is of the highest integrity. He almost always exceeds expectations.\"" + "<br />" + "<em>" + "-President, Global Recreational Equipment Manufacturer" + "</em>";

quote2= "\"Jim has the incredible ability to \"engage the moment\" like no other person with whom I have ever been associated. He is COMPLETELY tuned in to the person with whom he is working.\"" + "<br />" + "<em>" + "-Steve Holstein - Senior Vice President - Marketing - Professional Services Firm" + "</em>";

quote3= "\"Jim is a person of conviction, so necessary when leading a small, but growing enterprise.\"" + "<br />" + "<em>" + "-Retired University President - Roy Herberger, Thunderbird University" + "</em>";

quote4= "\"Jim has the unique ability to drill down into anything to do a root cause analysis and then translate those finding into an actionable plan.  He holds people accountable.  He guides and teaches.  He builds confidence that success is possible, even in troubled environments.\"" + "<br />" + "<em>" + "-Chief Financial Officer, Publicly Traded Professional Services Company" + "</em>";


var ran_unrounded=Math.random()*2;
var ran_number=Math.round(ran_unrounded);

document.write(eval("quote"+ran_number));
}