images = new Array(2);

images[0] = "<a href = 'http://www.designbyml.com/'><img src='http://www.juniorbelfastgiants.com/rotator/1.jpg' alt='DesignByML - Affordable Graphic &amp; Web Design'></a>";

images[1] = "<a href = 'http://www.natashafalls.com'><img src='http://www.juniorbelfastgiants.com/rotator/2.jpg' alt='Natasha's Journey of Hope Official Website'></a>";

images[2] = "<a href = 'http://www.easyfundraising.org.uk/belfastgiants'><img src='http://www.juniorbelfastgiants.com/rotator/3.jpg' alt='Junior Belfast Giants EasyFundraising'></a>";

images[3] = "<a href = 'http://www.easyfundraising.org.uk/belfastgiants'><img src='http://www.juniorbelfastgiants.com/rotator/3.jpg' alt='Junior Belfast Giants EasyFundraising'></a>";

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

document.write(images[index]);  