function selectImage() {
	var randNum = Math.round(Math.random()*1)+1
	document.write("<img src='http://www.csuchico.edu/wellness/images/rotating/" + randNum + ".jpg' alt='Wellness Center rotational photograph' name='wellness_photo' width='180' height='238' border='0' id='wellness_photo'/>")
	//alert(randNum)
}