// JavaScript Document
arImages=new Array(
  "http://pemba.utk.edu/images/rotate/bme_095l_sm.jpg",
  "http://pemba.utk.edu/images/rotate/bme_084l_sm.jpg",
  "http://pemba.utk.edu/images/rotate/mhe_024l_sm.jpg",
  "http://pemba.utk.edu/images/rotate/mhe_081l_sm.jpg",
  "http://pemba.utk.edu/images/rotate/mpe_061l_sm.jpg"
);

rand=Math.floor(arImages.length*Math.random());
document.write('<img src="'+arImages[rand]+'" width="160" height="240" alt="Rotating Photos" class="border-photo">');