function photoArray ()
{
	ix=0;
		{
photo[ix++]=new newPhoto("Chad","","","","200","150","StevePhoto.php")
photo[ix++]=new newPhoto("Devin","","","","400","300","StevePhoto.php")
photo[ix++]=new newPhoto("DougFamily","","","Doug, Kaitlym, and Jessica","400","300","DougPhoto.php")
photo[ix++]=new newPhoto("DougWork","","","Doug at work","600","450","DougPhoto.php")
photo[ix++]=new newPhoto("eemckinney","","","","309","400","HomePage.php")
photo[ix++]=new newPhoto("Kaitlyn","","","Kaitlyn learns to make tacos","400","300","DougPhoto.php")
photo[ix++]=new newPhoto("Jessica","","","Jessica","400","300","DougPhoto.php")
photo[ix++]=new newPhoto("Steve","","","","400","300","StevePhoto.php")
photo[ix++]=new newPhoto("SteveEthan","","","","400","300","StevePhoto.php")
photo[ix++]=new newPhoto("SteveFamily","","","","400","300","StevePhoto.php")
photo[ix++]=new newPhoto("SteveFamily2","","","","400","300","StevePhoto.php")
photo[ix++]=new newPhoto("Tacos","","","The family enjoys the tacos","400","300","DougPhoto.php")
photo[ix++]=new newPhoto("SteveYouth","","","","400","300","StevePhoto.php")
photo[ix++]=new newPhoto("StevePastor","","","","400","300","StevePhoto.php")
photo[ix++]=new newPhoto("JoyWorship","","","","400","300","StevePhoto.php")
		
	}
}