// Author: Michael Tutino

<!-- Lobels Home page main Photo Rotation -->

//get random item number
var randomnumber=Math.floor(Math.random()*24);

function mymainphoto(){
	return document.write("<img src=\"/images/home_rotation/"+randomnumber+".jpg\" width=\"716\" height=\"474\" border=\"0\" alt=\"Forest McMullin is a freelance photographer and photographic educator based in Atlanta, Georgia.\" id=\"mainphoto\" />");
}
