
var Quotation=new Array()
// Do not change this.

Quotation[0] = "<img src='/images/g/g1.gif' class='ad-border' alt='' /><br />";
Quotation[1] = "<img src='/images/g/g2.gif' class='ad-border' alt='' /><br />";
Quotation[2] = "<img src='/images/g/g3.gif' class='ad-border' alt='' /><br />";
Quotation[3] = "<img src='/images/g/g4.gif' class='ad-border' alt='' /><br />";
Quotation[4] = "<img src='/images/g/g5.gif' class='ad-border' alt='' /><br />";
Quotation[5] = "<img src='/images/g/g6.gif' class='ad-border' alt='' /><br />";
Quotation[6] = "<img src='/images/g/g7.gif' class='ad-border' alt='' /><br />";
Quotation[7] = "<img src='/images/g/g8.gif' class='ad-border' alt='' /><br />";
Quotation[8] = "<img src='/images/g/g9.gif' class='ad-border' alt='' /><br />";
Quotation[9] = "<img src='/images/g/g10.gif' class='ad-border' alt='' /><br />";
Quotation[10] = "<img src='/images/g/g11.gif' class='ad-border' alt='' /><br />";
Quotation[11] = "<img src='/images/g/g12.gif' class='ad-border' alt='' /><br />";
Quotation[12] = "<img src='/images/g/g13.gif' class='ad-border' alt='' /><br />";
Quotation[13] = "<img src='/images/g/g14.gif' class='ad-border' alt='' /><br />";
Quotation[14] = "<img src='/images/g/g15.gif' class='ad-border' alt='' /><br />";
Quotation[15] = "<img src='/images/g/g16.gif' class='ad-border' alt='' /><br />";
Quotation[16] = "<img src='/images/g/g17.gif' class='ad-border' alt='' /><br />";
Quotation[17] = "<img src='/images/g/g18.gif' class='ad-border' alt='' /><br />";

var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
var whichQuotation2=Math.round(Math.random()*(Q-1));
var whichQuotation3=Math.round(Math.random()*(Q-1));
var whichQuotation4=Math.round(Math.random()*(Q-1));

function showQuotation(){document.write(Quotation[whichQuotation]);}
function showQuotation2(){document.write(Quotation[whichQuotation2]);}
function showQuotation3(){document.write(Quotation[whichQuotation3]);}
function showQuotation4(){document.write(Quotation[whichQuotation4]);}

showQuotation();
showQuotation2();
showQuotation3();
showQuotation4();