function selectImage() {
	var randNum = Math.round(Math.random()*25)+1
	document.write("<img src='/tlpvirtual/SmartClassrooms/images/faculty/" + randNum + ".jpg' alt='Photograph of faculty teaching in a Smart Classroom' name='classroom_photo' width='177' height='224' border='0' id='classroom_photo'/>")
	//alert(randNum)
}