// ==============================================
// Copyright 2004 by CodeLifter.com
// Free for all; but please leave in this header.
// ==============================================

var Quotation=new Array() // do not change this!

Quotation[0] = "<img src='../i/img_01.jpg' border='0' />";
Quotation[1] = "<img src='../i/img_02.jpg' border='0' />";
Quotation[2] = "<img src='../i/img_03_campana.jpg' border='0' />";
Quotation[3] = "<img src='../i/img_04.jpg' border='0' />";
Quotation[4] = "<img src='../i/img_05.jpg' border='0' />";
Quotation[5] = "<img src='../i/img_06.jpg' border='0' />";

// ======================================
// Do not change anything below this line
// ======================================
var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}
showQuotation();
