function selectImage() {
	var randNum = Math.round(Math.random()*25)+1
	document.write("<img src='http://aphid.csuchico.edu/tlpvirtual/images/" + randNum + ".jpg' alt='Photograph of ATEC staff' name='Photograph of ATEC staff' width='164' height='245' border='0' id='Photograph of ATEC staff'/>")
	//alert(randNum)
}