images = new Array(12);

images[0] = "<a href = '#' target='_blank'><img border='0' src='/imports/images/pub/side_small/Altamira.jpg'></a>";
images[1] = "<a href = '#' target='_blank'><img border='0' src='/imports/images/pub/side_small/Arpenteur.jpg'></a>";
images[2] = "<a href = '#' target='_blank'><img border='0' src='/imports/images/pub/side_small/Assurances.jpg'></a>";
images[3] = "<a href = '#' target='_blank'><img border='0' src='/imports/images/pub/side_small/Berube.jpg'></a>";
images[4] = "<a href = '#' target='_blank'><img border='0' src='/imports/images/pub/side_small/Bousada.jpg'></a>";
images[5] = "<a href = '#' target='_blank'><img border='0' src='/imports/images/pub/side_small/Cohler.jpg'></a>";
images[6] = "<a href = '#' target='_blank'><img border='0' src='/imports/images/pub/side_small/Construction.jpg'></a>";
images[7] = "<a href = '#' target='_blank'><img border='0' src='/imports/images/pub/side_small/Desjardins.jpg'></a>";
images[8] = "<a href = '#' target='_blank'><img border='0' src='/imports/images/pub/side_small/Dupon.jpg'></a>";
images[9] = "<a href = '#' target='_blank'><img border='0' src='/imports/images/pub/side_small/Foyer.jpg'></a>";
images[10] = "<a href = '#' target='_blank'><img border='0' src='/imports/images/pub/side_small/GarageIllimite.jpg'></a>";
images[11] = "<a href = '#' target='_blank'><img border='0' src='/imports/images/pub/side_small/RogerDemers.jpg'></a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);