// JavaScript Document
function openNewWindow(URLtoOpen, windowName, windowFeatures) {newWindow=window.open(URLtoOpen, windowName, windowFeatures); }

function reloadPage() { window.location.reload(); }	

function randomBracelet(project){
	images = new Array(9);
	
	images[0] = "<img src='images/galleryshots/bracelet01.jpg' title='Amy Burgess Jewelry Bracelet' alt='' />";
	images[1] = "<img src='images/galleryshots/bracelet02.jpg' title='Amy Burgess Jewelry Bracelet' alt='' />";
	images[2] = "<img src='images/galleryshots/bracelet03.jpg' title='Amy Burgess Jewelry Bracelet' alt='' />";
	images[3] = "<img src='images/galleryshots/bracelet04.jpg' title='Amy Burgess Jewelry Bracelet' alt='' />";
	images[4] = "<img src='images/galleryshots/bracelet05.jpg' title='Amy Burgess Jewelry Bracelet' alt='' />";
	images[5] = "<img src='images/galleryshots/bracelet06.jpg' title='Amy Burgess Jewelry Bracelet' alt='' />";
	images[6] = "<img src='images/galleryshots/bracelet07.jpg' title='Amy Burgess Jewelry Bracelet' alt='' />";
	images[7] = "<img src='images/galleryshots/bracelet08.jpg' title='Amy Burgess Jewelry Bracelet' alt='' />";
	images[8] = "<img src='images/galleryshots/bracelet09.jpg' title='Amy Burgess Jewelry Bracelet' alt='' />";
	
index = Math.floor(Math.random() * images.length); document.write(images[index]);
	}
	
function randomEarring(project){
	images = new Array(9);
	
	images[0] = "<img src='images/galleryshots/earring01.jpg' title='Amy Burgess Jewelry Earrings' alt='' />";
	images[1] = "<img src='images/galleryshots/earring02.jpg' title='Amy Burgess Jewelry Earrings' alt='' />";
	images[2] = "<img src='images/galleryshots/earring03.jpg' title='Amy Burgess Jewelry Earrings' alt='' />";
	images[3] = "<img src='images/galleryshots/earring04.jpg' title='Amy Burgess Jewelry Earrings' alt='' />";
	images[4] = "<img src='images/galleryshots/earring05.jpg' title='Amy Burgess Jewelry Earrings' alt='' />";
	images[5] = "<img src='images/galleryshots/earring06.jpg' title='Amy Burgess Jewelry Earrings' alt='' />";
	images[6] = "<img src='images/galleryshots/earring07.jpg' title='Amy Burgess Jewelry Earrings' alt='' />";
	images[7] = "<img src='images/galleryshots/earring08.jpg' title='Amy Burgess Jewelry Earrings' alt='' />";
	images[8] = "<img src='images/galleryshots/earring09.jpg' title='Amy Burgess Jewelry Earrings' alt='' />";
	images[9] = "<img src='images/galleryshots/earring10.jpg' title='Amy Burgess Jewelry Earrings' alt='' />";
	
index = Math.floor(Math.random() * images.length); document.write(images[index]);
	}
	
function randomNecklace(project){
	images = new Array(9);
	
	images[0] = "<img src='images/galleryshots/necklace01.jpg' title='Amy Burgess Jewelry Necklace' alt='' />";
	images[1] = "<img src='images/galleryshots/necklace02.jpg' title='Amy Burgess Jewelry Necklace' alt='' />";
	images[2] = "<img src='images/galleryshots/necklace03.jpg' title='Amy Burgess Jewelry Necklace' alt='' />";
	images[3] = "<img src='images/galleryshots/necklace04.jpg' title='Amy Burgess Jewelry Necklace' alt='' />";
	images[4] = "<img src='images/galleryshots/necklace05.jpg' title='Amy Burgess Jewelry Necklace' alt='' />";
	images[5] = "<img src='images/galleryshots/necklace06.jpg' title='Amy Burgess Jewelry Necklace' alt='' />";
	images[6] = "<img src='images/galleryshots/necklace07.jpg' title='Amy Burgess Jewelry Necklace' alt='' />";
	images[7] = "<img src='images/galleryshots/necklace08.jpg' title='Amy Burgess Jewelry Necklace' alt='' />";
	images[8] = "<img src='images/galleryshots/necklace09.jpg' title='Amy Burgess Jewelry Necklace' alt='' />";
	images[9] = "<img src='images/galleryshots/necklace10.jpg' title='Amy Burgess Jewelry Necklace' alt='' />";
	
index = Math.floor(Math.random() * images.length); document.write(images[index]);
	}
	
function randomSet(project){
	images = new Array(10);
	
	images[0] = "<img src='images/galleryshots/bridal01.jpg' title='Amy Burgess Jewelry Bridal' alt='' />";
	images[1] = "<img src='images/galleryshots/bridal02.jpg' title='Amy Burgess Jewelry Bridal' alt='' />";
	images[2] = "<img src='images/galleryshots/bridal03.jpg' title='Amy Burgess Jewelry Bridal' alt='' />";
	images[3] = "<img src='images/galleryshots/bridal04.jpg' title='Amy Burgess Jewelry Bridal' alt='' />";
	images[4] = "<img src='images/galleryshots/bridal05.jpg' title='Amy Burgess Jewelry Bridal' alt='' />";
	images[5] = "<img src='images/galleryshots/bridal06.jpg' title='Amy Burgess Jewelry Bridal' alt='' />";
	images[6] = "<img src='images/galleryshots/bridal07.jpg' title='Amy Burgess Jewelry Bridal' alt='' />";
	images[7] = "<img src='images/galleryshots/bridal08.jpg' title='Amy Burgess Jewelry Bridal' alt='' />";
	images[8] = "<img src='images/galleryshots/bridal09.jpg' title='Amy Burgess Jewelry Bridal' alt='' />";
	images[9] = "<img src='images/galleryshots/bridal10.jpg' title='Amy Burgess Jewelry Bridal' alt='' />";
	
index = Math.floor(Math.random() * images.length); document.write(images[index]);
	}
	
function randomLander(project){
	images = new Array(9);
	
	images[0] = "<img src='images/galleryshots/lander01.jpg' title='Amy Burgess Jewelry' alt='' />";
	images[1] = "<img src='images/galleryshots/lander02.jpg' title='Amy Burgess Jewelry' alt='' />";
	images[2] = "<img src='images/galleryshots/lander03.jpg' title='Amy Burgess Jewelry' alt='' />";
	images[3] = "<img src='images/galleryshots/lander04.jpg' title='Amy Burgess Jewelry' alt='' />";
	images[4] = "<img src='images/galleryshots/lander05.jpg' title='Amy Burgess Jewelry' alt='' />";
	images[5] = "<img src='images/galleryshots/lander06.jpg' title='Amy Burgess Jewelry' alt='' />";
	images[6] = "<img src='images/galleryshots/lander07.jpg' title='Amy Burgess Jewelry' alt='' />";
	images[7] = "<img src='images/galleryshots/lander08.jpg' title='Amy Burgess Jewelry' alt='' />";
	images[8] = "<img src='images/galleryshots/lander09.jpg' title='Amy Burgess Jewelry' alt='' />";
	images[9] = "<img src='images/galleryshots/lander10.jpg' title='Amy Burgess Jewelry' alt='' />";
	
index = Math.floor(Math.random() * images.length); document.write(images[index]);
	}
