// JavaScript Document
<!-- Hide from old browsers

iArray=new Array(
"images/industry_01.jpg",
"images/industry_02.jpg",
"images/industry_03.jpg",
"images/industry_04.jpg",
"images/industry_05.jpg",
"images/industry_06.jpg",
"images/industry_07.jpg",
"images/industry_08.jpg",
"images/industry_09.jpg",
"images/industry_10.jpg",
"images/industry_11.jpg",
"images/industry_12.jpg",
"images/industry_13.jpg",
"images/industry_14.jpg",
"images/industry_15.jpg");
ran=Math.floor(iArray.length*Math.random());
newphoto='<IMG SRC="'+ iArray[ran]+ '" name="main_photo" width="532" height="271"  alt="CMP Resources" border="0" id="main_photo">';
// end -->
