// JavaScript Document

picturesData =
	[
	 	{
			caption:	"Landbeach School 1900",
			url:		"../images/landbeach-data/education/school-1900.jpg",
			smallUrl:	"../images/landbeach-data/education/school-1900-sml.jpg"
		},
	 	{
			caption:	"Landbeach Village School 1929/30",
			url:		"../images/landbeach-data/education/school-1929-30.jpg",
			smallUrl:	"../images/landbeach-data/education/school-1929-30-sml.jpg",
			mp3:		[
						 	{
								url:		"../audio/awyatt01.mp3",
								caption:	"Alan Wyatt"
							}
						]
		},
	 	{
			caption:	"Landbeach Village School Circa 1961",
			url:		"../images/landbeach-data/education/school-c1961.jpg",
			smallUrl:	"../images/landbeach-data/education/school-c1961-sml.jpg",
			mp3:		[
						 	{
								url:		"../audio/bedwards01.mp3",
								caption:	"Betty Edwards"
							},
						 	{
								url:		"../audio/bedwards05.mp3",
								caption:	"Betty Edwards"
							}
						]
		},
	 	{
			caption:	"Landbeach Village School Circa 1963",
			url:		"../images/landbeach-data/education/school-c1963.jpg",
			smallUrl:	"../images/landbeach-data/education/school-c1963-sml.jpg",
			mp3:		[
						 	{
								url:		"../audio/mpullan05.mp3",
								caption:	"Mabel Pullan"
							}
						]
		},
	 	{
			caption:	"Newspaper article - 'The old school, Landbeach - now an attractive country house.  The school bell doesn't ring any more at Landbeach but the village hasn't lost sight of its school, even though the children don't go there for lessons…'",
			url:		"../images/landbeach-data/education/news-school.jpg",
			smallUrl:	"../images/landbeach-data/education/news-school-sml.jpg",
			mp3:		[
						 	{
								url:		"../audio/awyatt03.mp3",
								caption:	"Alan Wyatt"
							}
						]
		},

			// NOTE: no "," after last }. This keeps IE happier.
	 ];



