<!--
var theImages = new Array();
theImages[0] = '/environment/images/random/env1.jpg'
theImages[1] = '/environment/images/random/env4.jpg'
theImages[2] = '/environment/images/random/env21.jpg'
theImages[3] = '/environment/images/random/env24.jpg'
theImages[4] = '/environment/images/random/env30.jpg'
theImages[5] = '/environment/images/random/env32.jpg'
theImages[6] = '/environment/images/random/env39.jpg'
theImages[7] = '/environment/images/random/env41.jpg'
theImages[8] = '/environment/images/random/env42.jpg'
theImages[9] = '/environment/images/random/env49.jpg'
theImages[10] = '/environment/images/random/env54.jpg'
theImages[11] = '/environment/images/random/env58.jpg'
theImages[12] = '/environment/images/random/env69.jpg'
theImages[13] = '/environment/images/random/env72.jpg'
theImages[14] = '/environment/images/random/env74.jpg'
theImages[15] = '/environment/images/random/env77.jpg'
theImages[16] = '/environment/images/random/env79.jpg'
theImages[17] = '/environment/images/random/env83.jpg'
theImages[18] = '/environment/images/random/env89.jpg'
theImages[19] = '/environment/images/random/env90.jpg'
theImages[20] = '/environment/images/random/env101.jpg'
theImages[21] = '/environment/images/random/env107.jpg'
theImages[22] = '/environment/images/random/env110.jpg'
theImages[23] = '/environment/images/random/env116.jpg'
theImages[24] = '/environment/images/random/env120.jpg'
theImages[25] = '/environment/images/random/env129.jpg'
theImages[26] = '/environment/images/random/env141.jpg'
theImages[27] = '/environment/images/random/env155.jpg'
theImages[28] = '/environment/images/random/env158.jpg'
theImages[29] = '/environment/images/random/env161.jpg'
theImages[30] = '/environment/images/random/env164.jpg'
theImages[31] = '/environment/images/random/env167.jpg'
theImages[32] = '/environment/images/random/env170.jpg'
theImages[33] = '/environment/images/random/env171.jpg'
theImages[34] = '/environment/images/random/env176.jpg'
theImages[35] = '/environment/images/random/env183.jpg'
theImages[36] = '/environment/images/random/env185.jpg'
var j = 0;
var p = theImages.length;
var preBuffer = new Array();
for (i= 0; i<p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write('<img src="'+theImages[whichImage]+'" alt="environmental work at lanl" width="420" height="140">');
}
// -->
