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/100601_PH3E_Wildlife_placing.jpg', 'Phase 3 East: South abutment wing concrete placing for the west wildlife overpass.']
	,['images/homepagephotos/100503_PH3E_Wildlife_North_Abutment.jpg', 'Phase 3 East: West wildlife overpass north abutment rebar.']
	,['images/homepagephotos/100531_PH3E_Wildlife_ballast.jpg', 'Phase 3 East: Ballast wall construction for the west wildlife overpass.']
	,['images/homepagephotos/100601_PH3E_Ungulate_Guard.jpg', 'Phase 3 East: Ungulate guard abutments will be installed on all access roads to Highway 1 within the project area.']
	,['images/homepagephotos/100528_PH3E_Retaining_wall.jpg', 'Phase 3 East: Lock block retaining wall installation.']
	,['images/homepagephotos/100528_PH3E_Wildlife_South_Wall.jpg', 'Phase 3 East: MSE wall under construction for the east wildlife overpass.']
	,['images/homepagephotos/100622_PH3E_Wildlife_formwork.jpg', 'Phase 3 East: Wing concrete formwork stripping for the east wildlife overpass.']
	,['images/homepagephotos/100606_PH3E_Beaverfoot_bridge.jpg', 'Phase 3 East: Beaverfoot overpass inspection fall arrest pipe installation.']
	,['images/homepagephotos/100615_PH3E_Beaverfoot_Wapta_Rd.jpg', 'Phase 3 East: Beaverfoot overpass backfilling north approach.']
	,['images/homepagephotos/100525_PH3E_Wiggins_Creek.jpg', 'Phase 3 East: Denman creek trash rack installed.']
	,['images/homepagephotos/100601_PH3W_paving_detour.jpg', 'Phase 3 West: Golden View Rd. Detour - beginning of paving.']
	,['images/homepagephotos/100610_PH3W_Hydro_poles.jpg', 'Phase 3 West: Hydro poles relocation on Golden Hill to accommodate the widening to 4 lanes.']
	,['images/homepagephotos/100614_PH3W_Excavation_detour.jpg', 'Phase 3 West: Golden View Rd. Detour - east tie-in excavation.']
	,['images/homepagephotos/100614_PH3W_GRV_detour.jpg', 'Phase 3 West: Golden View Rd. Detour - signage and concrete barriers installation.']
	,['images/homepagephotos/100616_PH3W_Golden_View_detour.jpg', 'Phase 3 West: Golden View Rd. Detour in operation.']
];






