var Quotation=new Array()
Quotation[0] = "<div class='pullquote'><a href='http://development.tennessee.edu/Edwards.html'>&#8220;Knowing that alumni donors have enjoyed their experiences at UT and now want to give back and help others succeed is humbling.&#8221;</a></div><div class='quotesig'>-- Charlie Edwards,<br /><em>Fred Roddy Scholar</em></div>";

Quotation[1] = "<div class='pullquote'><a href='http://development.tennessee.edu/campaign'>&#8220;It's a bright spot to receive a gift from a former student, who once walked in our shoes, who cares enough to invest in our future.&#8221;</a></div><div class='quotesig'>-- Katie Little,<br /><em>Graduate Student</em></div>";

Quotation[2] = "<div class='pullquote'><a href='http://development.tennessee.edu/stewardship/whywegive/chaplin.html'>&#8220;With the stroke of a pen, you have given me a springboard into life. With the utmost sincerity, please accept my deepest gratitude.&#8221;</a></div><div class='quotesig'>-- Robyn Chaplin,<br /><em>Thomas Dunlap Scholar</em></div>";

Quotation[3] = "<div class='pullquote'><a href='http://development.tennessee.edu/campaign'>&#8220;My goal is for people to treasure The University of Tennessee because it is undoubtedly the state's greatest asset.&#8221;</a></div><div class='quotesig'>-- Jim Haslam,<br /><em>UTK '52</em></div>";

Quotation[4] = "<div class='pullquote'><br /><a href='http://development.tennessee.edu/campaign'>&#8220;I am proud of all of the people who stepped up and endowed scholarships.&#8221;</a></div><div class='quotesig'>-- Pat Summitt,<br /><em>UTM '74, UTK '75</em></div>";

Quotation[5] = "<div class='pullquote'><a href='http://alumnus.tennessee.edu/2007/04/honor-thy-father/'>&#8220;You really can make a difference and, at the same time, help others achieve higher levels of success in life.&#8221;</a></div><div class='quotesig'>-- Larry Pratt,<br /><em>UTK '73</em></div>";

Quotation[6] = "<div class='pullquote'><a href='http://development.tennessee.edu/campaign'>&#8220;Coming to Tennessee is not a four- or five- or six-year thing. It's something for a lifetime. You're always a Volunteer.&#8221;</a></div><div class='quotesig'>-- Adam Brown,<br /><em>UTK '08</em></div>";

var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}
showQuotation();