var Quotation=new Array()

Quotation[0] = "/image/jet-reports-top2-1.jpg";
Quotation[1] = "/image/jet-reports-top2-2.jpg";
Quotation[2] = "/image/jet-reports-top2-3.jpg";
Quotation[3] = "/image/jet-reports-top2-4.jpg";
Quotation[4] = "/image/jet-reports-top2-5.jpg";
Quotation[5] = "/image/jet-reports-top2-6.jpg";
Quotation[6] = "/image/jet-reports-top2-7.jpg";
Quotation[7] = "/image/jet-reports-top2-8.jpg";
Quotation[8] = "/image/jet-reports-top2-9.jpg";
Quotation[9] = "/image/jet-reports-top2-10.jpg";
Quotation[10] = "/image/jet-reports-top2-11.jpg";
Quotation[11] = "/image/jet-reports-top2-12.jpg";
Quotation[12] = "/image/jet-reports-top2-13.jpg";
Quotation[13] = "/image/jet-reports-top2-14.jpg";
Quotation[14] = "/image/jet-reports-top2-15.jpg";
Quotation[15] = "/image/jet-reports-top2-16.jpg";
Quotation[16] = "/image/jet-reports-top2-17.jpg";
Quotation[17] = "/image/jet-reports-top2-18.jpg";
Quotation[18] = "/image/jet-reports-top2-19.jpg";
Quotation[19] = "/image/jet-reports-top2-20.jpg";
Quotation[20] = "/image/jet-reports-top2-21.jpg";
Quotation[21] = "/image/jet-reports-top2-22.jpg";
Quotation[22] = "/image/jet-reports-top2-23.jpg";
Quotation[23] = "/image/jet-reports-top2-24.jpg";
Quotation[24] = "/image/jet-reports-top2-25.jpg";
Quotation[25] = "/image/jet-reports-top2-26.jpg";
Quotation[26] = "/image/jet-reports-top2-27.jpg";
Quotation[27] = "/image/jet-reports-top2-28.jpg";
Quotation[28] = "/image/jet-reports-top2-29.jpg";
Quotation[29] = "/image/jet-reports-top2-30.jpg";
Quotation[30] = "/image/jet-reports-top2-31.jpg";
Quotation[31] = "/image/jet-reports-top2-32.jpg";
Quotation[32] = "/image/jet-reports-top2-33.jpg";
Quotation[33] = "/image/jet-reports-top2-34.jpg";
Quotation[34] = "/image/jet-reports-top2-35.jpg";
Quotation[35] = "/image/jet-reports-top2-36.jpg";
Quotation[36] = "/image/jet-reports-top2-37.jpg";
Quotation[37] = "/image/jet-reports-top2-38.jpg";
Quotation[38] = "/image/jet-reports-top2-39.jpg";
Quotation[39] = "/image/jet-reports-top2-40.jpg";
Quotation[40] = "/image/jet-reports-top2-41.jpg";
Quotation[41] = "/image/jet-reports-top2-42.jpg";
Quotation[42] = "/image/jet-reports-top2-43.jpg";
Quotation[43] = "/image/jet-reports-top2-44.jpg";

var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
var imgSrc;
function showQuotation(){
	imgSrc = (Quotation[whichQuotation]);
	document.write('<img src='+imgSrc+' alt="Jet Reports">');}
showQuotation();
