function setImage(){
var arrImg = new Array();
arrImg[0] = new Object();
arrImg[0].src = "banner/loretome.gif";
arrImg[0].text = "<A CLASS='collection' HREF='collectionit.html'>Liberati di un tomo vecchio e polveroso, acquista l'eBook del Loretomo!</A>";

arrImg[1] = new Object();
arrImg[1].src = "banner/navigator.gif";
arrImg[1].text = "<A CLASS='collection' HREF='collectionit.html'>Dimentica le mappe di pietra, risparmia tempo col CragCrag!</A>";

arrImg[2] = new Object();
arrImg[2].src = "banner/ogra.gif";
arrImg[2].text = "<A CLASS='collection' HREF='collectionit.html'>Sfinito a fine giornata? Prova la vera magia!</A>";

arrImg[3] = new Object();
arrImg[3].src = "banner/steroids.gif";
arrImg[3].text = "<A CLASS='collection' HREF='collectionit.html'>Steroidi. Perché a volte una Pozione Rigenerante non basta.</A>";

arrImg[4] = new Object();
arrImg[4].src = "banner/oldscratch.gif";
arrImg[4].text = "<A CLASS='gay' HREF='http://oldscratch.smackwell.com/cgi-bin/yabb/YaBB.cgi'>Entusiasmanti avventure nel mondo della Gaiezza</A>. <I><SMALL>Prego notare che non tutti gli utenti del forum sono homo.</SMALL></I>";

arrImg[5] = new Object();
arrImg[5].src = "banner/8ball.gif";
arrImg[5].text = "<A CLASS='collection' HREF='collectionit.html'>Ci sarà mai una nuova versione di HeroScribe? <I><SMALL>Scherziamo.</SMALL></I></A>";

arrImg[6] = new Object();
arrImg[6].src = "banner/discontinuedit.gif";
arrImg[6].text = "<A CLASS='collection' HREF='collectionit.html'>Capita anche a noi. Una volta al millennio, perdiamo l'opportunità di fare soldi.</A>";

arrImg[7] = new Object();
arrImg[7].src = "banner/dwarfspell.gif";
arrImg[7].text = "<A CLASS='collection' HREF='collectionit.html'>C'è una ragione per cui un nano non dovrebbe lanciare incantesimi.</A>";

arrImg[8] = new Object();
arrImg[8].src = "banner/goblingit.gif";
arrImg[8].text = "<A CLASS='collection' HREF='collectionit.html'>Dì no alla carne di Goblin!</A>";

arrImg[9] = new Object();
arrImg[9].src = "banner/blank.gif";
arrImg[9].text = "<A CLASS='collection' HREF='collectionit.html'>Ho strappato via questo manifesto. Divertitevi.</A>";

arrImg[10] = new Object();
arrImg[10].src = "banner/fashionshow.gif";
arrImg[10].text = "<A CLASS='collection' HREF='collectionit.html'>Cosa c'è tra me e i miei jeans Calven Kúlain? Niente.</A>";

arrImg[11] = new Object();
arrImg[11].src = "banner/laugh.gif";
arrImg[11].text = "<A CLASS='collection' HREF='collectionit.html'>Ridi, finché i teschi sono dalla tua.</A>";

arrImg[12] = new Object();
arrImg[12].src = "banner/found.gif";
arrImg[12].text = "<A CLASS='collection' HREF='collectionit.html'>Indovina cosa hai trovato, nascosto dentro la punta di un vecchio stivale? Già, niente.</A>";

arrImg[13] = new Object();
arrImg[13].src = "banner/flowers.gif";
arrImg[13].text = "<A CLASS='collection' HREF='collectionit.html'>Ogni tanto, evocale dei fiori - non gemme: ti servono bracciali nuovi, ricordi?</A>";

arrImg[14] = new Object();
arrImg[14].src = "banner/band.gif";
arrImg[14].text = "<A CLASS='collection' HREF='collectionit.html'>I Rage Against The Ogre Horde stasera dal vivo! Tutto esaurito!!</A>";

arrImg[15] = new Object();
arrImg[15].src = "banner/wantyou.gif";
arrImg[15].text = "<A CLASS='collection' HREF='collectionit.html'>Arruolati con noi!</A>";

arrImg[16] = new Object();
arrImg[16].src = "banner/spray.gif";
arrImg[16].text = "<A CLASS='collection' HREF='collectionit.html'>Crossa la Chaos Crew!</A>";

arrImg[17] = new Object();
arrImg[17].src = "banner/oldeinn.gif";
arrImg[17].text = "<A CLASS='collection' HREF='http://www.yeoldeinn.com/'>Non vogliamo che chiuda un altro sito, supporta Ye Olde Inn!</A>";

arrImg[18] = new Object();
arrImg[18].src = "banner/longlive.gif";
arrImg[18].text = "<A CLASS='collection' HREF='longliveit.html'>Lunga Vita ad HeroQuest. L'unico motivo per cui visitare HeroScribe.org</A>";

arrImg[19] = new Object();
arrImg[19].src = "banner/vuvuzela.gif";
arrImg[19].text = "<A CLASS='collection' HREF='collectionit.html'>Fate attenzione, Eroi, poiché adesso le forze del Caos hanno le vuvuzela.</A>";

arrImg[20] = new Object();
arrImg[20].src = "banner/watchingyouit.gif";
arrImg[20].text = "<A CLASS='collection' HREF='collectionit.html'>LA GUERRA È PACE<br>LA LIBERTÀ È SCHIAVITÙ<br>L'IGNORANZA È FORZA</A>";

arrImg[21] = new Object();
arrImg[21].src = "banner/beer.gif";
arrImg[21].text = "<A CLASS='collection' HREF='collectionit.html'>Bevi Gkort.<br>Fatta da Nani, per Nani.</A>";

//randomize
var idx = Math.floor(Math.random()*arrImg.length);

document.getElementById('colImage').style.backgroundImage='url(' + arrImg[idx].src + ')';
document.getElementById('colText').innerHTML=arrImg[idx].text;
}