// JavaScript Document
var photos = new Array();

photos[0] = {
	photoName: "Safiya and son",
	photoURL: "imagery/masthead/image1_large.jpg",
	photoDesc: "Safiya diyar Muhammudu and her son Bube pose outside their house in Gidan Ma'kira, Arrondissement de Madaoua, Niger, West Africa, 1983"
};
	
photos[1] = {
	photoName: "Dr. Ventura P&eacute;rez",
	photoURL: "imagery/masthead/image2_large.jpg",
	photoDesc: "Bioarchaeologist, Dr. Ventura P&eacute;rez"
};

photos[2] = {
	photoName: "Wedding in Village",
	photoURL: "imagery/masthead/image3_large.jpg",
	photoDesc: "Ibro mai Gunduwa and his drum band celebrate a wedding in Gidan Ma'kira, Arrondissement de Madaoua, Niger, West Africa, 1969"
};

photos[3] = {
	photoName: "Holding a mouse lemur",
	photoURL: "imagery/masthead/image4_large.jpg",
	photoDesc: "Biological anthropology graduate student, Emilienne Rasoazanabary, holding a mouse lemur, Microcebus griseorufus, at Beza Mahafaly Special Reserve, SW Madagascar."
};

photos[4] = {
	photoName: "Josh & Rachel Troweling",
	photoURL: "imagery/masthead/image5_large.jpg",
	photoDesc: "Archaeological field school students bisecting a possible feature, Deerfield, Massachusetts, 2006."
};
photos[5] = {
	photoName: "Fire Jugglers",
	photoURL: "imagery/masthead/image6_large.jpg",
	photoDesc: "Fire jugglers at peace demonstration on Heroes' Square in Budapest, Hungary, March 2005"
};
photos[6] = {
	photoName: "Canaanite Jar from Uluburun wrek",
	photoURL: "imagery/masthead/image7_large.jpg",
	photoDesc: "One of the 150 Canaanite store jars excavated from the Uluburun shipwreck off the southeast coast of Turkey. The wreck wsa excavated between 1984 and 1994 by the Institute of Nautical Archaeology at Texas A & M Universtity. Jars of this type were used as transport and storage containers throughout the eastern Mediterranean during the Late Bronze Age (ca. 1550-1150 BCE)"
};
photos[7] = {
	photoName: "Laurie in Lab",
	photoURL: "imagery/masthead/image8_large.jpg",
	photoDesc: "Biological anthropologist, Dr. Laurie Godfrey, holding a cast of Old Crusty, an extinct lemur, Archaeolemur, in its matrix."
};



