function rotatePhoto() {
	var rand = Math.floor(Math.random()*10+1)
        document.write('<img src="http://admissions.nd.edu/stylesheets/images/admissions'+rand+'.jpg" />')
}
