

var Quotation=new Array() // do not change this!


Quotation[0] = "<a href=clients.asp><img src=images/clients_1.png /></a>";


var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}
showQuotation();
