function setImage(){
var arrImg = new Array();
arrImg[0] = new Object();
arrImg[0].src = "banner/loretome.gif";
arrImg[0].text = "<A CLASS='collection' HREF='collection.html'>Get rid of your old and dusty tomes. Buy them as eBooks!</A>";

arrImg[1] = new Object();
arrImg[1].src = "banner/navigator.gif";
arrImg[1].text = "<A CLASS='collection' HREF='collection.html'>Forget stone maps, save your time with CragCrag!</A>";

arrImg[2] = new Object();
arrImg[2].src = "banner/ogra.gif";
arrImg[2].text = "<A CLASS='collection' HREF='collection.html'>Knackered at the end of the day? Try some real magic!</A>";

arrImg[3] = new Object();
arrImg[3].src = "banner/steroids.gif";
arrImg[3].text = "<A CLASS='collection' HREF='collection.html'>Steroids. 'Cause sometimes a Potion of Healing just isn't enough.</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'>High adventure in a World of Gayness</A>. <I><SMALL>Please be aware users from the board are not all homos.</SMALL></I>";

arrImg[5] = new Object();
arrImg[5].src = "banner/8ball.gif";
arrImg[5].text = "<A CLASS='collection' HREF='collection.html'>Will there ever be an update to HeroScribe? <I><SMALL>Just joking.</SMALL></I></A>";

arrImg[6] = new Object();
arrImg[6].src = "banner/discontinued.gif";
arrImg[6].text = "<A CLASS='collection' HREF='collection.html'>It happens to us, too. Once a millennium, we miss the chance to make money.</A>";

arrImg[7] = new Object();
arrImg[7].src = "banner/dwarfspell.gif";
arrImg[7].text = "<A CLASS='collection' HREF='collection.html'>There's a reason why the Dwarfs are not supposed to cast spells.</A>";

arrImg[8] = new Object();
arrImg[8].src = "banner/gobling.gif";
arrImg[8].text = "<A CLASS='collection' HREF='collection.html'>Say no to Goblin meat!</A>";

arrImg[9] = new Object();
arrImg[9].src = "banner/blank.gif";
arrImg[9].text = "<A CLASS='collection' HREF='collection.html'>Ripped this advert out. Enjoy.</A>";

arrImg[10] = new Object();
arrImg[10].src = "banner/fashionshow.gif";
arrImg[10].text = "<A CLASS='collection' HREF='collection.html'>Nothing comes between me and my Calvens.</A>";

arrImg[11] = new Object();
arrImg[11].src = "banner/laugh.gif";
arrImg[11].text = "<A CLASS='collection' HREF='collection.html'>Laugh, as long as skulls are on your side.</A>";

arrImg[12] = new Object();
arrImg[12].src = "banner/found.gif";
arrImg[12].text = "<A CLASS='collection' HREF='collection.html'>Guess what you found, tucked into the toe of an old boot? Yep, nothing.</A>";

arrImg[13] = new Object();
arrImg[13].src = "banner/flowers.gif";
arrImg[13].text = "<A CLASS='collection' HREF='collection.html'>Once in a while, summon her some flowers - not gems: you need new bracers, remember?</A>";

arrImg[14] = new Object();
arrImg[14].src = "banner/band.gif";
arrImg[14].text = "<A CLASS='collection' HREF='collection.html'>Rage Against The Ogre Horde live tonight! Sold out!!</A>";

arrImg[15] = new Object();
arrImg[15].src = "banner/wantyou.gif";
arrImg[15].text = "<A CLASS='collection' HREF='collection.html'>Come and join us!</A>";

arrImg[16] = new Object();
arrImg[16].src = "banner/spray.gif";
arrImg[16].text = "<A CLASS='collection' HREF='collection.html'>Cross out the Chaos Crew!</A>";

arrImg[17] = new Object();
arrImg[17].src = "banner/oldeinn.gif";
arrImg[17].text = "<A CLASS='collection' HREF='http://www.yeoldeinn.com/'>We don't want another inn to close, support Ye Olde Inn!</A>";

arrImg[18] = new Object();
arrImg[18].src = "banner/longlive.gif";
arrImg[18].text = "<A CLASS='collection' HREF='longlive.html'>Long Live HeroQuest. The one reason to visit HeroScribe.org</A>";

arrImg[19] = new Object();
arrImg[19].src = "banner/vuvuzela.gif";
arrImg[19].text = "<A CLASS='collection' HREF='collection.html'>Beware, Heroes, as Chaos forces now have vuvuzelas.</A>";

arrImg[20] = new Object();
arrImg[20].src = "banner/watchingyou.gif";
arrImg[20].text = "<A CLASS='collection' HREF='collection.html'>WAR IS PEACE<br>FREEDOM IS SLAVERY<br>IGNORANCE IS STRENGTH</A>";

arrImg[21] = new Object();
arrImg[21].src = "banner/beer.gif";
arrImg[21].text = "<A CLASS='collection' HREF='collection.html'>Drink Gkort.<br>Made by Dwarfs, for Dwarfs.</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;
}
