var x = Math.round(Math.random()*28)

function rotatePhoto(){
	
var photoList = new Array()
photoList[0] = "http://www.classics.upenn.edu/photos/Brian-measuring-relief.jpg"
photoList[1] = "http://www.classics.upenn.edu/photos/Midas_tomb.jpg"
photoList[2] = "http://www.classics.upenn.edu/photos/excavation_Troy.jpg"
photoList[3] = "http://www.classics.upenn.edu/photos/maya.jpg"
photoList[4] = "http://www.classics.upenn.edu/photos/saronic.jpg"
photoList[5] = "http://www.classics.upenn.edu/photos/Damon_Parasite.jpg"
photoList[6] = "http://www.classics.upenn.edu/photos/Damon_Histories.jpg"
photoList[7] = "http://www.classics.upenn.edu/photos/Copeland_Dissent.jpg"
photoList[8] = "http://www.classics.upenn.edu/photos/Copeland_Literatures.jpg"
photoList[9] = "http://www.classics.upenn.edu/photos/Copeland_Translation.jpg"
photoList[10] = "http://www.classics.upenn.edu/photos/Farrell_Georgics.jpg"
photoList[11] = "http://www.classics.upenn.edu/photos/Farrell_LLLC.JPG"
photoList[12] = "http://www.classics.upenn.edu/photos/Hasselberger_Capitol.jpg"
photoList[13] = "http://www.classics.upenn.edu/photos/Kahn_Plato.jpg"
photoList[14] = "http://www.classics.upenn.edu/photos/Kuttner_Antiquity.jpg"
photoList[15] = "http://www.classics.upenn.edu/photos/Kuttner_Dynasty.jpg"
photoList[16] = "http://www.classics.upenn.edu/photos/Meyer_Ethics.jpg"
photoList[17] = "http://www.classics.upenn.edu/photos/Murnaghan_Slaves.jpg"
photoList[18] = "http://www.classics.upenn.edu/photos/Rose_Commemoration.jpg"
photoList[19] = "http://www.classics.upenn.edu/photos/Rosen_Iambus.jpg"
photoList[20] = "http://www.classics.upenn.edu/photos/Struck_Symbol.JPG"
photoList[21] = "http://www.classics.upenn.edu/photos/Wilson_Mocked.jpg"
photoList[22] = "http://www.classics.upenn.edu/photos/Wilson_Socrates.jpg"
photoList[23] = "http://www.classics.upenn.edu/photos/Wilson_Socrates2.jpg"
photoList[24] = "http://www.classics.upenn.edu/photos/Rosen_Mockery.jpg"
photoList[25] = "http://www.classics.upenn.edu/photos/Ker_Seneca.jpg"
photoList[26] = "http://www.classics.upenn.edu/photos/McInerney_Parnassus.jpg"
photoList[27] = "http://www.classics.upenn.edu/photos/Murnaghan_Disguise.jpg"
photoList[28] = "http://www.classics.upenn.edu/photos/Farrell_Blackwell.jpg"


document.photo.src=photoList[x];

return true;

}

function captions() {
	
var captionsList = new Array()
captionsList[0] = "Prof. Rose measuring a painted Graeco-Persian sarcophagus from the area of the Granicus battlefield"
captionsList[1] = "Gordion Excavations: Tumulus MM, attributed to Gordios, the father of Midas"
captionsList[2] = "Excavation at Troy: Northeast bastion"
captionsList[3] = "Classics major Maya Gupta (College '08) at Mt. Lykaion excavation, Summer 2007; student funding by the Niarchos Foundation"
captionsList[4] = "Prof. Tartaron with students at the Saronic Harbors Archaeological Research Project, Summer 2007. Student funding by the Niarchos Foundation"
captionsList[5] = "Faculty publications: Cynthia Damon"
captionsList[6] = "Faculty publications: Cynthia Damon"
captionsList[7] = "Faculty publications: Rita Copeland (editor)"
captionsList[8] = "Faculty publications: Rita Copeland (co-editor with Wendy Scase and David Lawton)"
captionsList[9] = "Faculty publications: Rita Copeland"
captionsList[10] = "Faculty publications: Joseph Farrell"
captionsList[11] = "Faculty publications: Joseph Farrell"
captionsList[12] = "Faculty publications: Lothar Hasselberger and David Romano"
captionsList[13] = "Faculty publications: Charles Kahn"
captionsList[14] = "Faculty publications: Ann Kuttner (co-editor with Alina Payne and Rebekah Smick)"
captionsList[15] = "Faculty publications: Ann Kuttner"
captionsList[16] = "Faculty publications: Susan Sauv&eacute; Meyer"
captionsList[17] = "Faculty publications: Sheila Murnaghan (co-editor with Sandra Rae Joshel)"
captionsList[18] = "Faculty publications: C. Brian Rose"
captionsList[19] = "Faculty publications: Ralph M. Rosen"
captionsList[20] = "Faculty publications: Peter T. Struck (2007 Goodwin Award, APA)"
captionsList[21] = "Faculty publications: Emily Wilson (2003 Bernheimer Prize, ACLA)"
captionsList[22] = "Faculty publications: Emily Wilson"
captionsList[23] = "Faculty publications: Emily Wilson"
captionsList[24] = "Faculty publications: Ralph M. Rosen"
captionsList[25] = "Faculty publications: James Ker"
captionsList[26] = "Faculty publications: Jeremy McInerney"
captionsList[27] = "Faculty publications: Sheila Murnaghan"
captionsList[28] = "Faculty publications: Joseph Farrell (co-editor with Michael C. J. Putnam"

document.write(captionsList[x]);

return true;

}

