// JavaScript Document


images = new Array(6);

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 '71, M.D. '76, M.S. '87 Nasa Astronaut</p>";
images[4] = "<a href = 'spotlight/spotlight.shtml#dean_norman'><img src='img/dean_norman_570.jpg' alt='Dean Norman' border='0'></a><p>Dean Curtis Norman, ’72 M.D. ’76, Honored with the MAA Distinguished Service Award</p>";
images[5] = "<a href = 'spotlight/spotlight.shtml#kenneth_kizer'><img src='img/kenneth_kizer_570.jpg' alt='Kenneth Kizer' border='0'></a><p>Kenneth W. Kizer, M.D. ’76, M.P.H. ’76</p>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);


