NumPics = 1; // number of pics to be displayed on page (this is the x in 'x of N')(drawn at random)
displayCaption = true;

// EDIT THIS ARRRAY TO INCLUDE THE SET OF ALL POTENTIAL IMAGES
theImages = new Array() // do not change this

// IMAGE NAMES ARRAY - relative path to images
// To add more image files, continue with the
// pattern below, adding to the array.
// PATTERN:
// theImages[x] = ['path to image', 'caption text'];


theImages = [
	
	 ['images/homepagephotos/091113_ashphalt.JPG', 'Phase 3 East: Checking on asphalt mix temperature.']
	,['images/homepagephotos/091113_bottom_lift_pavement.jpg', 'Phase 3 East: Paving begins.']
	,['images/homepagephotos/091113_plant.jpg', 'Asphalt plant installed at Golden Hill gravel pit.']
	,['images/homepagephotos/091113_crash_attenuator.jpg', 'New Golden Hill 4th lane features median barrier with crash attenuator.']
	,['images/homepagephotos/091113_fence_01.jpg', 'Phase 3 East: Wood posts installation for wildlife fence.']
	,['images/homepagephotos/091113_fence_02.jpg', 'Phase 3 East: Installation of wildlife fence on the north side of Highway 1 east of Brake Check.']
	,['images/homepagephotos/091113_new_lanes.jpg', 'Phase 3 East: Newly constructed and paved lanes in use.']
	,['images/homepagephotos/091113_beaverfoot_01.jpg', 'Phase 3 East: Driving west over the new Beaverfoot structure.']
	,['images/homepagephotos/091113_beaverfoot_02.jpg', 'Traffic has been shifted to the newly constructed Beaverfoot Overpass.']
	,['images/homepagephotos/091113_beaverfoot_03.jpg', 'Beaverfoot Rd: Looking north to the new overpass structure.']
	,['images/homepagephotos/091113_drainage.jpg', 'Phase 3 East: New drainage system is being installed throughout the project.']
	,['images/homepagephotos/091113_wapta.jpg', 'Wapta Rd. / Beaverfoot Rd. Connector: culvert installation.']
	,['images/homepagephotos/091113_grade.jpg', 'Phase 3 East: selfloading scraper reclaiming milled asphalt for use as subgrade.']

];


