// Unique Photo keys for collection "2" (the third 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] = "O5.3";
$photo_key[1] = "V30.47";
$photo_key[2] = "80.130.3251";
$photo_key[3] = "X1997.71.26";
$photo_key[4] = "2001.29.1.620";
$photo_key[5] = "F35.24";
