// RANDOM TEXT function random_text() {}; var random_text = new random_text(); var number = 0; random_text[number++] = "

MSc NRES (Biology) student, Becky Cadsand is studying the potential effects of heli-skiing on mountain goat behaviour with her work in the coastal mountains of British Columbia.

" random_text[number++] = "

Robin Steenweg (MSc NRES [Biology]) is completing a project entitled Promotion of Mountain Caribou Recovery Through Alternate Species Management. His field work is conducted north-east of Prince George.

" random_text[number++] = "

Kyla Warren, an MSc candidate, is studying the spatial and temporal movement and habitat selection by juvenile Interior Fraser coho salmon.

" random_text[number++] = "

Anne-Marie Flores (MSc NRES[Biology]) is working on a thesis entitled Does the mineralocorticoid receptor have a functional role in the teleost gill?

" random_text[number++] = "

MSc candidate Sarah Ballard is examining temperature preference and distribution of Arctic grayling in the Williston Watershed.

" random_text[number++] = "

Erin L. O'Brien is completing her PhD (NRES). Erin’s dissertation is entitled Avian life-history evolution: the influence of proximate trade-offs and constraints on development and reproductive investment of mountain bluebirds.

" random_text[number++] = "

Libby Williamson, MSc NRES (Biology) candidate, is studying the impacts of industrial development on wolf movement and wolf-caribou interactions. Libby is shown here with a large female wolf that has just been collared with a radio trasmitter.

" random_text[number++] = "

Lesley Dampier, NRES Masters student, is shown doing field work in the alpine uplands of central Yukon where she is studying the relationship between glacial history and soil formation.

" random_text[number++] = "

NRES graduate student Leslie Witter, observing caribou behaviour in Northwest Territories.

" random_text[number++] = "

Recent MSc NRES graduate Shannon Crowley watches a just-released otter return to Pinchi Lake. Shannon defended his thesis on the Ecology of River Otters in August of 2009.

" random_text[number++] = "

Tara Barrier, MSc NRES candidate, estimates lichen abundance as part of her thesis work entitled Limiting factors for barren-ground caribou during winter: interactions of fire, lichen, and snow.

" random_text[number++] = "

Ty Smith (MSc NRES [Environmental Science]) is completing a project entitled Impact of land use activities on fine sediment-associated contaminants, Quesnel River Catchment, BC. His field research was conducted predominantly by whitewater raft during a seven month sampling period, with assistance from the Quesnel River Research Center (QRRC).

" random_text[number++] = "

Ania Kobylinski pictured collecting lichen samples. Ania is examining the importance of epiphytic cyanolichens to nitrogen inputs in sub-boreal spruce and fir forest ecosystems of the central interior of northern British Columbia.

" random_text[number++] = "

Allan Carson, MSc NRES candidate, conducting soil sampling within native vegetation test plots at Huckleberry Mines, Houston, B.C.

" random_text[number++] = "

Katrina Caley (MSc NRES [Environmental Science]) is studying the effect of historical forestry practices on the sediment retention function of wetlands in the Quesnel and Horsefly River Watersheds.

" // now populate that image arrary (can do with counter in loop) var img_rnd = new Array ("grad1.jpg", "grad2.jpg", "grad3.jpg", "grad4.jpg", "grad5.jpg", "grad6.jpg", "grad7.jpg", "grad8.jpg", "grad9.jpg", "grad10.jpg", "grad11.jpg", "grad12.jpg", "grad13.jpg", "grad14.jpg", "grad15.jpg"); var random_number = Math.floor(Math.random() * number); document.write('Random image'); document.write(random_text[random_number]);