var Quotation=new Array()

Quotation[0] = "/image/jet-reports-top1-1.jpg";
Quotation[1] = "/image/jet-reports-top1-2.jpg";
Quotation[2] = "/image/jet-reports-top1-3.jpg";
Quotation[3] = "/image/jet-reports-top1-4.jpg";
Quotation[4] = "/image/jet-reports-top1-5.jpg";
Quotation[5] = "/image/jet-reports-top1-6.jpg";
Quotation[6] = "/image/jet-reports-top1-7.jpg";
Quotation[7] = "/image/jet-reports-top1-8.jpg";
Quotation[8] = "/image/jet-reports-top1-9.jpg";
Quotation[9] = "/image/jet-reports-top1-10.jpg";
Quotation[10] = "/image/jet-reports-top1-11.jpg";
Quotation[11] = "/image/jet-reports-top1-12.jpg";
Quotation[12] = "/image/jet-reports-top1-13.jpg";
Quotation[13] = "/image/jet-reports-top1-14.jpg";
Quotation[14] = "/image/jet-reports-top1-15.jpg";
Quotation[15] = "/image/jet-reports-top1-16.jpg";
Quotation[16] = "/image/jet-reports-top1-17.jpg";
Quotation[17] = "/image/jet-reports-top1-18.jpg";
Quotation[18] = "/image/jet-reports-top1-19.jpg";
Quotation[19] = "/image/jet-reports-top1-20.jpg";
Quotation[20] = "/image/jet-reports-top1-21.jpg";
Quotation[21] = "/image/jet-reports-top1-22.jpg";
Quotation[22] = "/image/jet-reports-top1-23.jpg";
Quotation[23] = "/image/jet-reports-top1-24.jpg";
Quotation[24] = "/image/jet-reports-top1-25.jpg";
Quotation[25] = "/image/jet-reports-top1-26.jpg";
Quotation[26] = "/image/jet-reports-top1-27.jpg";
Quotation[27] = "/image/jet-reports-top1-28.jpg";
Quotation[28] = "/image/jet-reports-top1-29.jpg";
Quotation[29] = "/image/jet-reports-top1-30.jpg";
Quotation[30] = "/image/jet-reports-top1-31.jpg";
Quotation[31] = "/image/jet-reports-top1-32.jpg";
Quotation[32] = "/image/jet-reports-top1-33.jpg";
Quotation[33] = "/image/jet-reports-top1-34.jpg";
Quotation[34] = "/image/jet-reports-top1-35.jpg";
Quotation[35] = "/image/jet-reports-top1-36.jpg";
Quotation[36] = "/image/jet-reports-top1-37.jpg";
Quotation[37] = "/image/jet-reports-top1-38.jpg";
Quotation[38] = "/image/jet-reports-top1-39.jpg";
Quotation[39] = "/image/jet-reports-top1-40.jpg";
Quotation[40] = "/image/jet-reports-top1-41.jpg";
Quotation[41] = "/image/jet-reports-top1-42.jpg";
Quotation[42] = "/image/jet-reports-top1-43.jpg";
Quotation[43] = "/image/jet-reports-top1-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();
