// JavaScript Document
<!--

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

//store the quotations in arrays

images = new Array(2);

images[0] = "<a href = '/portfolio/grooved-18ky-band-and-rubelite-ring.html'><img src='../img/portfolio/Grooved-18ky-Band-Rubelite-Ring-small.jpg' alt='Grooved 18ky Band and Rubelite Ring'  border='0'></a>";

images[1] = "<a href = '/portfolio/pock-band.html'><img src='../img/portfolio/Pock-Band-small.jpg' alt='Pock Band'  border='0'></a>";

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

document.write(images[index]);

//done

// -->
