//store the quotations in arrays

images = new Array(4);

images[0] = "<a href='ftp://ftp.fao.org/docrep/fao/009/a0217f/a0217f00.pdf' target='_blank' class='cofeatdesc'><img src='http://www.fao.org/sd/sdrr/Portal/img/libros/libro1.png' alt='A History of agricultural research in tropical francophone Africa - Volume I' border=0><br />A History of agricultural research in tropical francophone Africa - Volume I</a>";

images[1] = "<a href='ftp://ftp.fao.org/docrep/fao/009/a0399e/a0399e00.pdf' target='_blank'><img src='http://www.fao.org/sd/sdrr/Portal/img/libros/libro2.png' alt='The Role of Biotechnology in Exploring and Protecting Agricultural Genetic Resources' border=0><br />The Role of Biotechnology in Exploring and Protecting Agricultural Genetic Resources</a>";

images[2] = "<a href='ftp://ftp.fao.org/docrep/fao/008/y5800e/y5800e00.pdf' target='_blank'><img src='http://www.fao.org/sd/sdrr/Portal/img/libros/libro3.png' alt='Status of Research and Application of Crop Biotechnologies in Developing Countries: A preliminary Assessment' border=0><br />Status of Research and Application of Crop Biotechnologies in Developing Countries: A preliminary Assessment</a>";

images[3] = "<a href='http://www.fao.org/DOCREP/003/Y2455E/Y2455E00.HTM' target='_blank'><img src='http://www.fao.org/sd/sdrr/Portal/img/libros/libro4.png' alt='Integrating Food security Issues into Agricultural Research' border=0><br />Integrating Food security Issues into Agricultural Research</a>";

images[4] = "<a href='http://www.fao.org/DOCREP/005/Y4349E/y4349e00.htm'><img src='http://www.fao.org/sd/sdrr/Portal/img/libros/libro5.png' alt='Impact of Foreign Assistance on Institutional Development of National Agricultural Research Systems in Sub-Saharan Africa' border=0><br />Impact of Foreign Assistance on Institutional Development of National Agricultural Research Systems in Sub-Saharan Africa</a>";

images[5] = "<a href='http://www.fao.org/sd/dim_kn3/docs/kn3_050901d_en.pdf' target='_blank'><img src='http://www.fao.org/sd/sdrr/Portal/img/libros/libro6.png' alt='Enhancing coordination among AKIS/RD actors' border=0><br />Enhancing coordination among AKIS/RD actors</a>";

images[6] = "<a href='http://www.fao.org/DOCREP/004/Y2775E/Y2775E00.HTM' target='_blank'><img src='http://www.fao.org/sd/sdrr/Portal/img/libros/libro7.png' alt='FAO Glossary of Biotechnology for Food and Agriculture ' border=0><br />FAO Glossary of Biotechnology for Food and Agriculture </a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);
