// Unique Photo keys for collection "5" (the sixth 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(25);
$photo_key[0] = "N1.2032";
$photo_key[1] = "N1.1057";
$photo_key[2] = "N1.108";
$photo_key[3] = "N1.1098";
$photo_key[4] = "N1.11";
$photo_key[5] = "N1.1124";
$photo_key[6] = "N1.1141";
$photo_key[7] = "N1.1144";
$photo_key[8] = "N1.1148";
$photo_key[9] = "N1.1155";
$photo_key[10] = "N1.1180";
$photo_key[11] = "N1.1198";
$photo_key[12] = "N1.1213";
$photo_key[13] = "N1.1243";
$photo_key[14] = "N1.1245";
$photo_key[15] = "N1.1249";
$photo_key[16] = "N1.1262";
$photo_key[17] = "N1.1277";
$photo_key[18] = "N1.1289";
$photo_key[19] = "N1.1292";
$photo_key[20] = "N1.1316";
$photo_key[21] = "N1.1337";
$photo_key[22] = "N1.1344";
$photo_key[23] = "N1.1348";
$photo_key[24] = "N1.1352";
