// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net

function banner() {
};

banner = new banner();
number = 0;

banner[number++] = "<img src='http://www.eurobias.com/_bin/images/observatory/illustrations/agro/small/01.gif' width='150' height='20' border='0'>"
banner[number++] = "<img src='http://www.eurobias.com/_bin/images/observatory/illustrations/agro/small/02.gif' width='150' height='20' border='0'>"
banner[number++] = "<img src='http://www.eurobias.com/_bin/images/observatory/illustrations/agro/small/03.gif' width='150' height='20' border='0'>"
banner[number++] = "<img src='http://www.eurobias.com/_bin/images/observatory/illustrations/agro/small/04.gif' width='150' height='20' border='0'>"
banner[number++] = "<img src='http://www.eurobias.com/_bin/images/observatory/illustrations/agro/small/05.gif' width='150' height='20' border='0'>"
banner[number++] = "<img src='http://www.eurobias.com/_bin/images/observatory/illustrations/agro/small/06.gif' width='150' height='20' border='0'>"
banner[number++] = "<img src='http://www.eurobias.com/_bin/images/observatory/illustrations/agro/small/07.gif' width='150' height='20' border='0'>"
banner[number++] = "<img src='http://www.eurobias.com/_bin/images/observatory/illustrations/agro/small/08.gif' width='150' height='20' border='0'>"
banner[number++] = "<img src='http://www.eurobias.com/_bin/images/observatory/illustrations/agro/small/09.gif' width='150' height='20' border='0'>"
banner[number++] = "<img src='http://www.eurobias.com/_bin/images/observatory/illustrations/agro/small/10.gif' width='150' height='20' border='0'>"

increment = Math.floor(Math.random() * number);

document.write(banner[increment]);