// JavaScript Document

<!--
<!-- Hide from old browsers
iArray=new Array(
"/i/it-masthead_r1_c3-1.jpg",
"/i/it-masthead_r1_c3-2.jpg",
"/i/it-masthead_r1_c3-3.jpg",
"/i/it-masthead_r1_c3-1.jpg",
"/i/it-masthead_r1_c3-4.jpg",
"/i/it-masthead_r1_c3-5.jpg",
"/i/it-masthead_r1_c3-6.jpg",
"/i/it-masthead_r1_c3-1.jpg"
);
ri=Math.floor(iArray.length*Math.random());
ri='<img src="'+ iArray[ri]+ '" border=0 width="262" height="100" alt="IT People">';

// end hiding -->