// 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] = "ah_cathedralquarry.jpg";
photographer[0] = "Alfred Hoole";
caption[0] = "Cathedral Quarry &#45 Little Langdale&#44 Cumbbria";

picture[1] = "ah_fleetwoodmarshwreck.jpg";
photographer[1] = "Alfred Hoole";
caption[1] = "Fleetwood Marsh Wreck";

picture[2] = "ah_dogwalker.jpg";
photographer[2] = "Alfred Hoole";
caption[2] = "Dog Walker";

picture[3] = "ah_posforthforce.jpg";
photographer[3] = "Alfred Hoole";
caption[3] = "Posworth Force";

picture[4] = "as_grandhoteldownpipe.jpg";
photographer[4] = "Ann Snelson";
caption[4] = "Grand Hotel down pipe &#45 Whitby";

picture[5] = "as_bamburghcastle.jpg";
photographer[5] = "Ann Snelson";
caption[5] = "Bamburgh Castle";

picture[6] = "as_dogtired.jpg";
photographer[6] = "Ann Snelson";
caption[6] = "Dog Tired";

picture[7] = "cs_gouthwaitedam.jpg";
photographer[7] = "Colin Snelson";
caption[7] = "Gouthwaite Dam";

picture[8] = "cs_girlwithglasses.jpg";
photographer[8] = "Colin Snelson";
caption[8] = "Girl with Glasses";

picture[9] = "cs_chickontiles.jpg";
photographer[9] = "Colin Snelson";
caption[9] = "Chick on tiles";

picture[10] = "cs_countryside.jpg";
photographer[10] = "Colin Snelson";
caption[10] = "A flavour of the countrytside";

picture[11] = "mc_abandonedboats.jpg";
photographer[11] = "Michael Crocker";
caption[11] = "Abandoned boats";

picture[12] = "mc_melbournearcade.jpg";
photographer[12] = "Michael Crocker";
caption[12] = "Melbourne Arcade";

picture[13] = "mc_mudpatterns.jpg";
photographer[13] = "Michael Crocker";
caption[13] = "Mud patterns";

picture[14] = "mc_bleamor.jpg";
photographer[14] = "Michael Crocker";
caption[14] = "Blea Mor";

picture[15] = "js_logs.jpg";
photographer[15] = "Gerry Sweetman";
caption[15] = "Lobster Pots";

picture[16] = "js_castlerigg.jpg";
photographer[16] = "Gerry Sweetman";
caption[16] = "Castle Rigg";

picture[17] = "js_langdalebarn.jpg";
photographer[17] = "Gerry Sweetman";
caption[17] = "Langdale barn";

picture[18] = "js_bullbay.jpg";
photographer[18] = "Gerry Sweetman";
caption[18] = "Bull Bay";


picture[19] = "gh_lobsterpots.jpg";
photographer[19] = "George Hodlin";
caption[19] = "Lobster Pots";

picture[20] = "gh_embletonbay.jpg";
photographer[20] = "George Hodlin";
caption[20] = "Embleton Bay";

picture[21] = "gh_incomingtidelindisfarne.jpg";
photographer[21] = "George Hodlin";
caption[21] = "The incoming tide at Lindisfarne";

picture[22] = "gh_lindisfarnecastle.jpg";
photographer[22] = "George Hodlin";
caption[22] = "Lindisfarne Castle and mooring ring";

picture[23] = "ah_corkstone.jpg";
photographer[23] = "Alf Hoole";
caption[23] = "Corkstone &#45 Stanton Moor&#44 Derbyshire";

picture[24] = "ah_southchoiraisle.jpg";
photographer[24] = "Alf Hoole";
caption[24] = "South Choir Aisle &#45 Southwell Minster&#44 Nottinghamshire";

picture[25] = "ah_wrecks.jpg";
photographer[25] = "Alf Hoole";
caption[25] = "Wrecks &#45 Fleetwood Marsh&#44 Lancashire";

picture[26] = "jb_barkhammemorial.jpg";
photographer[26] = "John Barton";
caption[26] = "Barkham Memorial &#45 St Georges&#44 South Acre&#44 Norfolk";

picture[27] = "jb_riponcathedral.jpg";
photographer[27] = "John Barton";
caption[27] = "Ripon Cathedral &#45 Ripon&#44 Yorkshire";

picture[28] = "jb_spurnpointone.jpg";
photographer[28] = "John Barton";
caption[28] = "Spurn Point #&#49";

picture[29] = "jb_spurnpointtwo.jpg";
photographer[29] = "John Barton";
caption[29] = "Spurn Point #&#50";

picture[30] = "GH_HAWTHORNSTYLE.jpg";
photographer[30] = "George Hodlin";
caption[30] = "The Hawthorn Style";

picture[31] = "wrh_barn.jpg";
photographer[31] = "Robin Hodges";
caption[31] = "A barn &#45 Upper Swaledale&#44 Yorkshire";

picture[32] = "wrh_barnwall.jpg";
photographer[32] = "Robin Hodges";
caption[32] = "The Barn with the intake wall &#45 Upper Swaledale";

picture[33] = "wrh_tree.jpg";
photographer[33] = "Robin Hodges";
caption[33] = "A Tree in Upper SWaledale";

picture[34] = "wrh_marchingsheep.jpg";
photographer[34] = "Robin Hodges";
caption[34] = "Sheep on the march";

picture[35] = "ah_threatenedcorus.jpg";
photographer[35] = "Arnold Hubbard";
caption[35] = "Threatened Corus Steel Works";

picture[36] = "ah_sheeppen.jpg";
photographer[36] = "Arnold Hubbard";
caption[36] = "Sheep pen";

picture[37] = "ah_ritzcinemathirsk.jpg";
photographer[37] = "Arnold Hubbard";
caption[37] = "The Ritz Cinema &#45 Thirsk";

picture[38] = "ah_infamouslines.jpg";
photographer[38] = "Arnold Hubbard";
caption[38] = "Infamous Lines";

picture[39] = "gh_londoneye.jpg";
photographer[39] = "George Hodlin";
caption[39] = "The London Eye";

picture[40] = "gh_coldsnow.jpg";
photographer[40] = "George Hodlin";
caption[40] = "Cold Snow";

picture[41] = "gh_hoarfrost.jpg";
photographer[41] = "George Hodlin";
caption[41] = "Hoar Frost";

picture[42] = "mc_whitbyone.jpg";
photographer[42] = "Michael Crocker";
caption[42] = "Whitby Goth Weekend &#35&#49";

picture[43] = "mc_whitbytwo.jpg";
photographer[43] = "Michael Crocker";
caption[43] = "Whitby Goth Weekend &#35&#50";

picture[44] = "mc_whitbythree.jpg";
photographer[44] = "Michael Crocker";
caption[44] = "Whitby Goth Weekend &#35&#51";

picture[45] = "mc_whitbyfour.jpg";
photographer[45] = "Michael Crocker";
caption[45] = "Whitby Goth Weekend &#35&#52";

picture[46] = "ml_rhododendron.jpg";
photographer[46] = "Marjorie Leddy";
caption[46] = "Rhododendron";

picture[47] = "jw_atthepump.jpg";
photographer[47] = "John Whaler";
caption[47] = "At the pump";

picture[48] = "jw_underrestoration.jpg";
photographer[48] = "John Whaler";
caption[48] = "Under restoration";

picture[49] = "KB_EAGLEOWL.jpg";
photographer[49] = "Ken Brumby";
caption[49] = "Eagle Owl";

picture[50] = "GS_STORM.jpg";
photographer[50] = "Gerry Sweetman";
caption[50] = "Storm over Farne Islands";

picture[51] = "tf_icepatterns.jpg";
photographer[51] = "Tony Furmston";
caption[51] = "Ice Patterns";

picture[52] = "tf_gullsonice.jpg";
photographer[52] = "Tony Furmston";
caption[52] = "Gulls on Ice";

picture[53] = "tf_castlerigg.jpg";
photographer[53] = "Tony Furmston";
caption[53] = "Castle Rigg";

picture[54] = "tf_bridgetooldwhitby.jpg";
photographer[54] = "Tony Furmston";
caption[54] = "Bridge to old Whitby";

picture[55] = "mf_winterderwentwater.jpg";
photographer[55] = "Marjorie Furmston";
caption[55] = "Winter Derwentwater";

picture[56] = "mf_theoldbikeshed.jpg";
photographer[56] = "Marjorie Furmston";
caption[56] = "The old Bike Shed";









// 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.


