// All instructions begin with // like this line
// DON'T CHANGE THE NEXT THREE LINES

picture = new Array();
photographer = new Array();
caption = new Array();	
	

// Add and remove photos from the list below.
// Photos must be numbered sequentially, starting with 0.
// Make sure you get the case (e.g. picture[0], not Picture[0])
//  and punctuation right.


picture[0] = "rm_vases.jpg";
photographer[0] = "Robert Mawr";
caption[0] = "Vases";

picture[1] ="rm_shellsone.jpg";
photographer[1] = "Robert Mawr";
caption[1] = "Shells &#45 &#49";

picture[2] = "rm_shellsthree.jpg";
photographer[2] = "Robert Mawr";
caption[2] = "Shells &#45 &#50";

picture[3] = "rm_shellssix.jpg";
photographer[3] = "Robert Mawr";
caption[3] = "Shells &#45 &#51";

picture[4] = "mc_thedriver.jpg";
photographer[4] = "Michael Crocker";
caption[4] = "The Driver";

picture[5] = "mc_michelle.jpg";
photographer[5] = "Michael Crocker";
caption[5] = "Michelle";

picture[6] = "mc_greenhoward.jpg";
photographer[6] = "Michael Crocker";
caption[6] = "Green Howard Officer";

picture[7] = "mc_ethel.jpg";
photographer[7] = "Michael Crocker";
caption[7] = "Ethel";

picture[8] = "ah_rockpools.jpg";
photographer[8] = "Alf Hoole";
caption[8] = "Rock Pools &#45 Fleswick Bay";

picture[9] = "ah_rockstack.jpg";
photographer[9] = "Alf Hoole";
caption[9] = "Rock Stack &#45 Curber Edge Derbyshire";

picture[10] = "ah_blaven.jpg";
photographer[10] = "Alf Hoole";
caption[10] = "Towards Blaven &#45 Isle of Skye";

picture[11] = "as_bamburgh.jpg";
photographer[11] = "Ann Snelson";
caption[11] = "Bamburgh Castle";

picture[12] = "as_curvy.jpg";
photographer[12] = "Ann Snelson";
caption[12] = "Curvy&#33";

picture[13] = "as_ivyhousefarm.jpg";
photographer[13] = "Ann Snelson";
caption[13] = "Ivy House Farm &#45 Middlesmoor";

picture[14] = "as_marriageties.jpg";
photographer[14] = "Ann Snelson";
caption[14] = "Marriage Ties";

picture[15] = "sf_reflectedbeacon.jpg";
photographer[15] = "Sean Francis";
caption[15] = "Reflected Beacon";

picture[16] = "sf_tidalrace.jpg";
photographer[16] = "Sean Francis";
caption[16] = "Tidal Race";

picture[17] = "sf_tempestuoustide.jpg";
photographer[17] = "Sean Francis";
caption[17] = "Tempestuous Tide";

picture[18] = "sf_amightyarmy.jpg";
photographer[18] = "Sean Francis";
caption[18] = "A Mighty Army";

picture[19] = "gh_enchantedwood.jpg";
photographer[19] = "George Hodlin";
caption[19] = "The Enchanted Wood";

picture[20] = "gh_stirlingmoss.jpg";
photographer[20] = "George Hodlin";
caption[20] = "Sir Stirling Moss&#39s &#56&#48&#116&#104 birthday race";

picture[21] = "gh_theprofessor.jpg";
photographer[21] = "George Hodlin";
caption[21] = "The Professor";

picture[22] = "gh_russell.jpg";
photographer[22] = "George Hodlin";
caption[22] = "Russell";

picture[23] = "cs_foreveratease.jpg";
photographer[23] = "Colin Snelson";
caption[23] = "For Ever at Ease";

picture[24] = "cs_yorkminster.jpg";
photographer[24] = "Colin Snelson";
caption[24] = "York Minster";

picture[25] = "cs_fixedstare.jpg";
photographer[25] = "Colin Snelson";
caption[25] = "Fixed Stare";

picture[26] = "cs_triumph.jpg";
photographer[26] = "Colin Snelson";
caption[26] = "Triumph";

picture[27] = "wrh_sheepdog.jpg";
photographer[27] = "Robin Hodges";
caption[27] = "Sheepdog &#45 Hawes";

picture[28] = "wrh_swaledalesheep.jpg";
photographer[28] = "Robin Hodges";
caption[28] = "Inquisitive Swaledale";

picture[29] = "wrh_sheep.jpg";
photographer[29] = "Robin Hodges";
caption[29] = "Swaledale&#44 &#50 Herdwick and a Mull";

picture[30] = "wrh_hardrawforce.jpg";
photographer[30] = "Robin Hodges";
caption[30] = "Hardraw Force";

picture[31] = "js_flowersone.jpg";
photographer[31] = "John Stringer";
caption[31] = "Flowers behind Glass &#45 &#49";

picture[32] = "js_flowerstwo.jpg";
photographer[32] = "John Stringer";
caption[32] = "Flowers behind Glass &#45 &#50";

picture[33] = "jb_saltwickbay.jpg";
photographer[33] = "John Barton";
caption[33] = "Saltwick Bay";

picture[34] = "jb_swinside.jpg";
photographer[34] = "John Barton";
caption[34] = "Stone Circle &#45 Swinside";

picture[35] = "jb_ashtonmemorial.jpg";
photographer[35] = "John Barton";
caption[35] = "Ashton Memorial";

picture[36] = "jb_llynorthinchapel.jpg";
photographer[36] = "John Barton";
caption[36] = "Llyn Orthin Chapel";

picture[37] = "jbrum_bikesinparis.jpg";
photographer[37] = "Jean Brumby";
caption[37] = "Bicycles in Paris";

picture[38] = "jbrum_eiffeltower.jpg";
photographer[38] = "Jean Brumby";
caption[38] = "Eiffel Tower";

picture[39] = "kbrum_lilypads.jpg";
photographer[39] = "Ken Brumby";
caption[39] = "Lily Pads and Bridge";

picture[40] = "kbrum_thatchedcottage.jpg";
photographer[40] = "Ken Brumby";
caption[40] = "Thatched Cottage";

picture[41] = "ah_fermoylestrand.jpg";
photographer[41] = "Arnold Hubbard";
caption[41] = "Fermoyles Strand &#45 Ring of Kerry&#44 Ireland";

picture[42] = "gs_alnwick.jpg";
photographer[42] = "Gerry Sweetman";
caption[42] = "Cascade at Alnwick";

picture[43] = "gs_bleatarn.jpg";
photographer[43] = "Gerry Sweetman";
caption[43] = "Blea Tarn &#45 Langdales";

picture[44] = "gs_langdale.jpg";
photographer[44] = "Gerry Sweetman";
caption[44] = "Dale Head Farm &#45 Langdale";

picture[45] = "gs_langdalebarn.jpg";
photographer[45] = "Gerry Sweetman";
caption[45] = "Langdale Barn";

picture[46] = "bo_alan.jpg";
photographer[46] = "Barry Oddie";
caption[46] = "Alan";

picture[47] = "bo_arkadion.jpg";
photographer[47] = "Barry Oddie";
caption[47] = "Arkadion Monastry &#45 Crete";

picture[48] = "bo_maggielenandben.jpg";
photographer[48] = "Barry Oddie";
caption[48] = "Maggie&#44 Len and Ben";

picture[49] = "bo_praying.jpg";
photographer[49] = "Barry Oddie";
caption[49] = "Praying";

picture[50] = "ah_wetrocks.jpg";
photographer[50] = "Arnold Hubbard";
caption[50] = "Wet Rocks";

picture[51] = "ah_friends.jpg";
photographer[51] = "Arnold Hubbard";
caption[51] = "Friends";

picture[52] = "ah_inchstrand.jpg";
photographer[52] = "Arnold Hubbard";
caption[52] = "Inch Strand &#45 Dingle Peninsular &#45 Ireland";








// PICTURES WILL ONLY DISPLAY IN THE GALLERY IF THEY ARE LISTED ABOVE.
// You don't need to delete jpgs from the photographs folder to remove them from the gallery.

// Save the photograph as a progressive jpg (max length = 600 pixels, <110kb)
// Put the jpg file in the photographs folder
// Put a thumbnail with the same filename in the thumbnails folder (max = 150 pixels, <6kb)
// Put a jpg with maximum compression/blur and same dimensions as the photo (~10kb) in the lowres folder.

