// JavaScript Documentimages = new Array(4);images[0] = "<a href = 'spotlight/spotlight.shtml#tomas_ganz'><img src='img/tomas_ganz_570.jpg' alt='Tomas Ganz' border='0'></a><p>Tomas Ganz '70, M.D. '78, Medical Science Award Recipient</p>";images[1] = "<a href = 'spotlight/spotlight.shtml#patricia_ganz'><img src='img/patricia_ganz_570.jpg' alt='Patricia Ganz' border='0'></a><p>Patricia Ganz M.D. '73, Professional Achievement</p>";images[2] = "<a href = 'spotlight/spotlight.shtml#michael_zucker'><img src='img/michael_zucker_570.jpg' alt='Michael Zucker' border='0'></a><p>Michael Zucker M.D. '67, Recognized for Career in Radiology and Education</p>";images[3] = "<a href = 'spotlight/anna_fisher.shtml'><img src='img/anna_fisher_570.jpg' alt='Anna Fisher' border='0'></a><p>Anna L. Fisher M.D. '71, M.S. '87, Nasa Astronaut</p>";index = Math.floor(Math.random() * images.length);document.write(images[index]);