images = new Array(10);

images[0] = "<a href = '#' target='_blank'><img border='0' src='/imports/images/pub/side_big/alarmeJP.jpg'></a>";
images[1] = "<a href = '#' target='_blank'><img border='0' src='/imports/images/pub/side_big/BMW.jpg'></a>";
images[2] = "<a href = '#' target='_blank'><img border='0' src='/imports/images/pub/side_big/Camlen.jpg'></a>";
images[3] = "<a href = '#' target='_blank'><img border='0' src='/imports/images/pub/side_big/Const_Carrier.jpg'></a>";
images[4] = "<a href = '#' target='_blank'><img border='0' src='/imports/images/pub/side_big/Dauphin.jpg'></a>";
images[5] = "<a href = '#' target='_blank'><img border='0' src='/imports/images/pub/side_big/DistributeurEst.jpg'></a>";
images[6] = "<a href = '#' target='_blank'><img border='0' src='/imports/images/pub/side_big/EstrieRoule.jpg'></a>";
images[7] = "<a href = '#' target='_blank'><img border='0' src='/imports/images/pub/side_big/Investors.jpg'></a>";
images[8] = "<a href = '#' target='_blank'><img border='0' src='/imports/images/pub/side_big/Luminaire.jpg'></a>";
images[9] = "<a href = '#' target='_blank'><img border='0' src='/imports/images/pub/side_big/Novoclimat.jpg'></a>";

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

document.write(images[index]);