var Quotation=new Array() 

Quotation[0] = "It's a relief to not have to worry about the increasing gas prices. CampusBike rocks!&nbsp;<img src=\"images/end-quote.jpg\" /><br /><p class=\"quote-author\">-Michelle Almquist, Senior in Marketing</p>";
Quotation[1] = "";
Quotation[2] = "";
Quotation[3] = "";
Quotation[4] = "";
Quotation[5] = "";
Quotation[6] = "";
Quotation[7] = "";
Quotation[8] = "";
Quotation[9] = "";

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