var quotes = new Array;

quotes.push("<a href=2201>AGENCY CONTRACT</a>");
quotes.push("<a href=2202>CONSIGNMENT STOCK CONTRACT</a>");
quotes.push("<a href=2203>SERVICING CONTRACT</a>");
quotes.push("<a href=2204>FORWARDING CONTRACT</a>");
quotes.push("<a href=2205>AGREEMENT ON QUALITY AND QUANTITY CONTROL AND ON TAKING OVER</a>");
quotes.push("<a href=2206>AGREEMENT ON COOPERATION IN TOURISM</a>");
quotes.push("<a href=2207>SALE CONTRACT CONCERNING SALE OF CAPITAL EQUIPMENT AND PLANTS</a>");
quotes.push("<a href=2208>AGREEMENT ON SUBCONTRACTING</a>");
quotes.push("<a href=2209>SALE CONTRACT CONCERNING SALES OF CONSUMER GOODS</a>");
quotes.push("<a href=2210>CONTRACT ON EXPORT COMMISSION ARRANGEMENT</a>");
quotes.push("<a href=2211>CONTRACT ON IMPORT COMMISSION ARRANGEMENT</a>");
quotes.push("<a href=2212>COMPENSATION AGREEMENT</a>");
quotes.push("<a href=2213>CONTRACT ON REEXPORT ARRANGEMENT - PURCHASE</a>");
quotes.push("<a href=2214>CONTRACT ON RE-EXPORT ARRANGEMENT (SALE)</a>");
quotes.push("<a href=2215>CONTRACT ON BARTER ARRANGEMENT (CONTRACT A)</a>");
quotes.push("<a href=2216>CONTRACT ON BARTER ARRANGEMENT (CONTRACT B)</a>");
quotes.push("<a href=2217>CONTRACT ON SWITCH ARRANGEMENT - PURCHASE</a>");
quotes.push("<a href=2218>CONTRACT ON SWITCH ARRANGEMENT - SALE</a>");
quotes.push("<a href=2219>CONTRACT ON PROCESSING</a>");
quotes.push("<a href=2220>AGREEMENT FOR CONSULTING ENGINEERING SERVICES</a>");
quotes.push("<a href=2221>AGREEMENT FOR DESIGN OF CONSTRUCTION WORKS</a>");
quotes.push("<a href=2222>FOREIGN CAPITAL CONSTRUCTION CONTRACT</a>");
quotes.push("<a href=2223>CONDITIONS OF 'TURN-KEY' CONTRACT FOR WORKS OF CIVIL ENGINEERING CONSTRUCTION</a>");
quotes.push("<a href=2224>CONTRACT FOR ERECTION OF PLANT</a>");
quotes.push("<a href=2225>LETTER OF INTENT</a>");
quotes.push("<a href=2226>LICENCE AGREEMENT</a>");
quotes.push("<a href=2227>LONG-TERM COPRODUCTION CONTRACT</a>");
quotes.push("<a href=2228>AGREEMENT ON BUSINESS AND TECHNICAL COOPERATION</a>");
quotes.push("<a href=2229>JOINT VENTURE AGREEMENT</a>");
quotes.push("<a href=2230>AGREEMENT ON JOINT INVESTMENT OF LOCAL ENTERPRISES ABROAD</a>");
quotes.push("<a href=2231>AGREEMENT ON TRANSFER OF KNOW-HOW</a>");
quotes.push("<a href=2232>LEASE AGREEMENT</a>");
quotes.push("<a href=2233>ALLOTMENT CONTRACT</a>");
quotes.push("<a href=2234>FACTORING CONTRACT</a>");

document.write('<li>' + quotes[(Math.floor(Math.random() * quotes.length))] +'</li>');
document.write('<li>' + quotes[(Math.floor(Math.random() * quotes.length))] +'</li>');
document.write('<li>' + quotes[(Math.floor(Math.random() * quotes.length))] +'</li>');
document.write('<li>' + quotes[(Math.floor(Math.random() * quotes.length))] +'</li>');
document.write('<li>' + quotes[(Math.floor(Math.random() * quotes.length))] +'</li>');
document.write('<li>' + quotes[(Math.floor(Math.random() * quotes.length))] +'</li>');
document.write('<li>' + quotes[(Math.floor(Math.random() * quotes.length))] +'</li>');
document.write('<li>' + quotes[(Math.floor(Math.random() * quotes.length))] +'</li>');
document.write('<li>' + quotes[(Math.floor(Math.random() * quotes.length))] +'</li>');



