// Random

function randomimage() {
	rn1=Math.floor(Math.random()*8)+1
	document.image1.src="random/"+rn1+".jpg"
	
}

