var theImages = new Array() theImages[0] = '<img src="images/homepage/hemenway.jpg" alt="Testimonial: This schools commitment to ethical business really appealed to me." /><p class="caption"><span class="hidden">Image Above: </span><cite>Brandon Hemenway</cite> <span>Founder of Sustainable Entrepeneurs Network<br />Above: Hemenway selling organic produce on campus.</span></p>';theImages[1] = '<img src="images/homepage/hood.jpg" alt="Testimonial: I got to know my professors personally... my education was enhanced by my interaction with my professors." /><p class="caption"><cite>Rebecca Hood</cite> <span>BA in Finance from HSU<br />Above: Dr. Saeed Mortazavi</span></p>';theImages[2] = '<img src="images/homepage/majors.jpg" alt="Testimonial: I loved HSU for the supportive environment... I kept in touch with professors for quite some time." /><p class="caption"><cite>Meera Wills-Majors</cite> <span>BA in Marketing/Management from HSU<br />Above: Students work closely with professors.</span></p>';theImages[3] = '<img src="images/homepage/fedreserve.jpg" alt="The Business & Economics Club visited the Federal Reserve Bank on its 2004 trip." />';theImages[4] = '<img src="images/homepage/golf.jpg" alt="2006 Golf Fundraising participants enjoy a superb day on the links" />';theImages[5] = '<img src="images/homepage/grads.jpg" alt="Students celebrate their graduation during School of Business commencement reception 2007." />';theImages[6] = '<img src="images/homepage/korten.jpg" alt="The School of Business, in connection with International Education Week, hosted the internationally known writer and lecturer David C. Korten." />';theImages[7] = '<img src="images/homepage/recognition.jpg" alt="The College of Professional Studies recognizes business students and community members for their commitment to academics and community service in 2006." />';theImages[8] = '<img src="images/homepage/vogel.jpg" alt="Professor David J. Vogel, the nationally recognized author of The Market for Virtue, was the 2007 Chung-Watson Lecture speaker." />';var j = 0;var p = theImages.length;var preBuffer = new Array();for (i = 0; i < p; i++){   preBuffer[i] = new Image();   preBuffer[i].src = theImages[i];}var whichImage = Math.round(Math.random()*(p-1));function showImage(){	document.write(theImages[whichImage]);}