// JavaScript Document
<!--

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

//store the quotations in arrays

images = new Array(2);

images[0] = "<a href="/portfolio/brushed-solitaires.html"><img src="/img/portfolio/brushed-solitaires-small.jpg"border="0" alt="brushed-solitaires-small" /></a>";

images[1] = "<a href="/portfolio/brushed-studs.html"><img src="/img/portfolio/brushed-studs-small.jpg"border="0" alt="brushed-studs-small" /></a>";

images[2] = "<a href="/portfolio/chunky-solitaire.html"><img src="/img/portfolio/chunky-solitaire-small.jpg"border="0" alt="chunky-solitaire-small" /></a>";

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

images[4] = "<a href="/portfolio/crater-earings-sterling-silver.html"><img src="/img/portfolio/Crater-Earing-Sterling-Silver-small.jpg"border="0" alt="Crater-Earing-Sterling-Silver-small" /></a>";

images[5] = "<a href="/portfolio/crater-rings.html"><img src="/img/portfolio/Crater-Rings-small.jpg"border="0" alt="Crater-Rings-small" /></a>";

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

images[7] = "<a href="/portfolio/donut-slider.html"><img src="/img/portfolio/donut-slider-small.jpg"border="0" alt="donut-slider-small" /></a>";

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

document.write(images[index]);

//done

// -->
