
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
// Set up the image files to be used.
var theImages = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImages[0] = '<IMG SRC="largepics/largepic1.jpg"  ALT="Larry Hudson" border="1" hspace="8">'
theImages[1] = '<IMG SRC="largepics/largepic2.jpg"  ALT="nursing students" border="1" hspace="8">'
theImages[2] = '<IMG SRC="largepics/largepic3.jpg" ALT="students laughing and talking outside library" border="1" hspace="8">'
theImages[3] = '<IMG SRC="largepics/largepic4.jpg"  ALT="people speaking sign language" border="1" hspace="8">'
theImages[4] = '<IMG SRC="largepics/largepic5.jpg"   ALT="students on a laptop in the library" border="1" hspace="8">'
theImages[5] = '<IMG SRC="largepics/largepic6.jpg"  ALT="students in class" border="1" hspace="8">'
theImages[6] = '<IMG SRC="largepics/largepic7.jpg"  ALT="students in the snow" border="1" hspace="8">'
theImages[7] = '<IMG SRC="largepics/largepic16.jpg"  ALT="Latino Cultural Fair" border="1" hspace="8">'
theImages[8] = '<IMG SRC="largepics/largepic9.jpg"  ALT="students in a laboratory" border="1" hspace="8">'
theImages[9] = '<IMG SRC="largepics/largepic17.jpg"  ALT="Latino Cultural Fair="1" hspace="8">'
theImages[10] = '<IMG SRC="largepics/largepic11.jpg"  ALT="Mos Def with students" border="1" hspace="8">'
theImages[11] = '<IMG SRC="largepics/largepic12.jpg"  ALT="Susan Gibbons, Deborah Ossip-Klein, and Suzanne Guiod" border="1" hspace="8">'
theImages[12] = '<IMG SRC="largepics/largepic13.jpg"  ALT="Jessica Bohanon" border="1" hspace="8">'
theImages[13] = '<IMG SRC="largepics/largepic18.jpg"  ALT="Latino Cultural Fair="1" hspace="8">'
theImages[14] = '<IMG SRC="largepics/largepic15.jpg"  ALT="Rochester Puerto Rican Parade" border="1" hspace="8">'
theImages[15] = '<IMG SRC="largepics/largepic19.jpg"  ALT="2009- 2010 African American Network Board Members" border="1" hspace="8">'

// do not edit anything below this line

var p = theImages.length;
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write( theImages[whichImage] );
}

//  End -->
