// Unique Photo keys for collection "1" (the second collection) for The History Center photo store
//
// When adding or removing a key, make sure the list of keys is sequential -
// meaning that the first photo key is [0], the second is [1], the third is [2] and so on.
// Do not skip number, or your photo store will break!
//
// Also, each key MUST correspond to its photo and caption.  caption[0] and photo[0] and key[0] are connected
// within each collection!

var $photo_key= new Array(6);
$photo_key[0] = "X1997.71.33";
$photo_key[1] = "N13.132";
$photo_key[2] = "S15.38";
$photo_key[3] = "G20.79";
$photo_key[4] = "F1.127";
$photo_key[5] = "2001.29.1.188";
