var r_image= new Array(15)
r_image[0]='src="images/rotating_images/imagerotator1/azmusuemview.jpg" alt="View by the Arizona State Museum" class="rotatingimage"';
r_image[1]='src="images/rotating_images/imagerotator1/cactusgardenmixed.jpg" alt="A delightful mix by the Krutch Cactus Garden" class="rotatingimage"';
r_image[2]='src="images/rotating_images/imagerotator1/cactusgardenpoppies.jpg" alt="Poppies blooming in the Krutch Cactus Garden" class="rotatingimage"';
r_image[3]='src="images/rotating_images/imagerotator1/carobbike.jpg" alt="A biker relaxes under a carob tree on campus" class="rotatingimage"';
r_image[4]='src="images/rotating_images/imagerotator1/fountainspring.jpg" alt="The fountain by Old Main" class="rotatingimage"';
r_image[5]='src="images/rotating_images/imagerotator1/greenpalms.jpg" alt="Palms and water provide a serene resting place on the University of Arizona campus" class="rotatingimage"';
r_image[6]='src="images/rotating_images/imagerotator1/ilcspring.jpg" alt="A look down on the ILC in the heart of campus" class="rotatingimage"';
r_image[7]='src="images/rotating_images/imagerotator1/oldmainrhusturf.jpg" alt="A view of Old Main, one of the most recognizeable buildings on campus, from a shady spot near the west entrance" class="rotatingimage"';
r_image[8]='src="images/rotating_images/imagerotator1/palmshadowcatclaw.jpg" alt="The shadow of a palm tree, captured on cat claw vine" class="rotatingimage"';
r_image[9]='src="images/rotating_images/imagerotator1/paloverdepalms.jpg" alt="Blooming Palo Verde trees and towering palms on the University of Arizona campus" class="rotatingimage"';
r_image[10]='src="images/rotating_images/imagerotator1/queenswreathandyucca.jpg" alt="Beautiful queens wreath and yucca" class="rotatingimage"';
r_image[11]='src="images/rotating_images/imagerotator1/rhus.jpg" alt="Enjoying some much needed shade on the University of Arizona campus" class="rotatingimage"';
r_image[12]='src="images/rotating_images/imagerotator1/shadeview.jpg" alt="The view of plants and flowers from beneath a shady spot on the University of Arizona campus" class="rotatingimage"';
r_image[13]='src="images/rotating_images/imagerotator1/springleaves.jpg" alt="Spring leaves on trees in the Integrated Learning Center in the heart of campus" class="rotatingimage"';
r_image[14]='src="images/rotating_images/imagerotator1/succulents.jpg" alt="Succulents abound throughout the University of Arizona Campus Arboretum" class="rotatingimage"';
r_image[15]='src="images/rotating_images/imagerotator1/yuccaoldmain.jpg" alt="A remarkable Yucca beside the Old Main building on the University of Arizona campus" class="rotatingimage"';
var rand_int= Math.floor(Math.random()*15);
document.write("<img "+r_image[rand_int]+" />");

