var pictures = new Array(
"xp1", "Radiographs of 17µm Mo wire X-pinches just after the emission of their x-ray burst", "",
"xp2", "Radiographs of 17µm Mo wire X-pinches just after the emission of their x-ray burst", "",
"xp3", "An X-pinch in a diode", "",
"xp4", "Streak camera film scan from a double Mo X-pinch spectroscopy test", "",
"xw1","Typical current waveform on an LC1 pulser with a single wire load","",
"xw2","X-ray backlighting of Cu and Ni wires at approximately the same time in the current pulse","",
"xw3","X-ray backlighting of Au and Pt wires at approximately the same time in the current pulse","",
"xw4","The diameter versus time of exploding Cu wires","",
"xw5","The diameter versus time of exploding Ag wires","",
"xw6","Voltage, current, resistance, and accumulated energy waveforms for a Pt wire","",
"xw8","Parallel (a) or single (b) X-pinches between electrodes of a current pulser","",
"xw9","Filter transmissions used for direct streak camera tests","",
"xw10","Spectral profiles of a streak camera film scan from a double Mo X-pinch spectroscopy test",""
);
var r = Math.floor(Math.random()*pictures.length/3)*3;
document.write("<a href="+pictures[r+2]+"><img src=images/"+pictures[r]+".jpg width=175 border=0></a><br>"+pictures[r+1]);