//Recent Web Designs by Webconsuls

images = new Array(3);

images[0] = "<img src='http://dev.surfingheritage.org/images/showroom_980x165.jpg' alt='Surfing Heritage Foundation' border='0'>";

images[1] = "<img src='http://dev.surfingheritage.org/images/SHF_doorway.jpg' alt='Surfing Heritage Foundation' border='0'>";

images[2] = "<img src='http://dev.surfingheritage.org/images/inside2.jpg' alt='Surfing Heritage Foundation' border='0'>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);