//Javascript Created by Computerhope http://www.computerhope.com

images = new Array(3);

images[0] = "<a href = 'http://www.denmanhornbyrealestate.com/'><img src='http://www.denmanisland.com/denman/images/banners/coastrealty1-468.jpg' width='468' height='60' alt='Denman and Hornby Island Real Estate' border='0'></a>";

images[1] = "<a href = 'http://www.denmanhornbyrealestate.com/'><img src='http://www.denmanisland.com/denman/images/banners/coastrealty2-468.gif' width='468' height='60' alt='Denman and Hornby Island Real Estate' border='0'></a>";

images[2] = "<a href = 'http://www.denmanhornbyrealestate.com/'><img src='http://www.denmanisland.com/denman/images/banners/coastrealty3-468.gif' width='468' height='60' alt='Denman and Hornby Island Real Estate' border='0'></a>";

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

document.write(images[index]);
