// JavaScript Document

function selectImage() {
	var randNum = Math.round(Math.random()*42)+1
	document.write("<img src='/images/banner/banner" + randNum + ".jpg' alt='Sacramento Valley Photography' name='photo' width='700' height='97' />")
	//alert(randNum)
}


