// JavaScript Document
<!--

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

//store the quotations in arrays

images = new Array(2);

images[0] = "<a href='/portfolio/sterling-onyx-cabochon-cocktail.html'><img src='/img/portfolio/sterling-onyx-cabochon-cocktail-small.jpg'border='0' alt='sterling-onyx-cabochon-cocktail-small' /></a>";

images[1] = "<a href='/portfolio/sterling-plannished-drop-earings.html'><img src='/img/portfolio/sterling-plannished-drop-earring-small.jpg'border='0' alt='sterling-plannished-drop-earring-small' /></a>";

images[2] = "<a href='/portfolio/sterling-silver-sun.html'><img src='/img/portfolio/Sterling-Silver-Sun-Dangle-Earing-small.jpg'border='0' alt='Sterling-Silver-Sun-Dangle-Earing-small' /></a>";

images[3] = "<a href='/portfolio/sweeping-bar-ring.html'><img src='/img/portfolio/sweeping-bar-ring-small.jpg'border='0' alt='sweeping-bar-ring-small' /></a>";

images[4] = "<a href='/portfolio/T-bar-ring.html'><img src='/img/portfolio/T-bar-ring-small.jpg'border='0' alt='T-bar-ring-small' /></a>";

images[5] = "<a href='/portfolio/textured-vines-gold-band.html'><img src='/img/portfolio/Textured-Vines-Gold-Band-small.jpg'border='0' alt='Textured-Vines-Gold-Band-small' /></a>";

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

images[7] = "<a href='/portfolio/vines-bands-01.html'><img src='/img/portfolio/vines-bands-01-small.jpg'border='0' alt='vines-bands-01-small' /></a>";

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

document.write(images[index]);

//done

// -->
