images = new Array(1);

images[0] = "<a href = 'http://www.giantsmerchandise.co.uk/'><img src='http://www.belfastgiants.com/images/shop-online.jpg' alt='Buy Belfast Giants Merchandise Online Now'></a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);
