banners = new Array(10);

//calculate a random index
index = Math.floor(Math.random() * banners.length);

//display the banner
document.write("<a href='http://www.tonelada.org/'><IMG src='http://www.tonelada.org/images/fruta_"+index+".gif' border='0'></a>");