var img = new Array(
'<img src="/images/droptest.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/drain1.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/drain2.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/evec1.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/evec2.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/flexure.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/force_egg.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/gantry1.gif" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/gantrybw.gif" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/goat.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/grover1.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/grover2.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/grover3.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/lsv.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/master.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/mdd1.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/mdd2.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/mdd3.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/other3.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/ovs2.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/ovsdown1.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/ra_grab_sampler.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/rob3.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/ronde.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/scarifier.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/slucing.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/sraiv_1.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/sraiv_2.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/sraiv_3.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/tight.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/truss.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />',
'<img src="/images/utilityarm.jpg" alt="With javascript enabled, you should see a random display of graphics and photos from the Development category." />');
var max = img.length;
var num = Math.floor((Math.random() * max));
document.writeln(img[num]);