var snippet = new Array();

//Add to the following section for additional random snippets.
snippet[0] = '<img width="158" src="/pictures/randomIntruderBank/aerialYorkRiver.jpg" alt="Christopher Newport University" />';
snippet[1] = '<img width="158" src="/pictures/randomIntruderBank/annePerkins.jpg" alt="Christopher Newport University" />';
snippet[2] = '<img width="158" src="/pictures/randomIntruderBank/ArtPictureCMYK.jpg" alt="Christopher Newport University" />';
snippet[3] = '<img width="158" src="/pictures/randomIntruderBank/ballet.jpg" alt="Christopher Newport University" />';
snippet[4] = '<img width="158" src="/pictures/randomIntruderBank/Bike1.jpg" alt="Christopher Newport University" />';
snippet[5] = '<img width="158" src="/pictures/randomIntruderBank/biologyClass.jpg" alt="Christopher Newport University" />';
snippet[6] = '<img width="158" src="/pictures/randomIntruderBank/CaptainChris.jpg" alt="Christopher Newport University" />';
snippet[7] = '<img width="158" src="/pictures/randomIntruderBank/cheerleaders.jpg" alt="Christopher Newport University" />';
snippet[8] = '<img width="158" src="/pictures/randomIntruderBank/classPresident.jpg" alt="Christopher Newport University" />';
snippet[9] = '<img width="158" src="/pictures/randomIntruderBank/classroom.jpg" alt="Christopher Newport University" />';
snippet[10] = '<img width="158" src="/pictures/randomIntruderBank/colorTrible.jpg" alt="Christopher Newport University" />';
snippet[11] = '<img width="158" src="/pictures/randomIntruderBank/commencement.jpg" alt="Christopher Newport University" />';
snippet[12] = '<img width="158" src="/pictures/randomIntruderBank/commencementFive.jpg" alt="Christopher Newport University" />';
snippet[13] = '<img width="158" src="/pictures/randomIntruderBank/commencementFour.jpg" alt="Christopher Newport University" />';
snippet[14] = '<img width="158" src="/pictures/randomIntruderBank/commencementThree.jpg" alt="Christopher Newport University" />';
snippet[15] = '<img width="158" src="/pictures/randomIntruderBank/commencementTwo.jpg" alt="Christopher Newport University" />';
snippet[16] = '<img width="158" src="/pictures/randomIntruderBank/dormlife.jpg" alt="Christopher Newport University" />';
snippet[17] = '<img width="158" src="/pictures/randomIntruderBank/english.jpg" alt="Christopher Newport University" />';
snippet[18] = '<img width="158" src="/pictures/randomIntruderBank/footballgame.jpg" alt="Christopher Newport University" />';
snippet[19] = '<img width="158" src="/pictures/randomIntruderBank/footballLine.jpg" alt="Christopher Newport University" />';
snippet[10] = '<img width="158" src="/pictures/randomIntruderBank/FreemanCenter.jpg" alt="Christopher Newport University" />';
snippet[11] = '<img width="158" src="/pictures/randomIntruderBank/graduate.jpg" alt="Christopher Newport University" />';
snippet[12] = '<img width="158" src="/pictures/randomIntruderBank/graduation.jpg" alt="Christopher Newport University" />';
snippet[13] = '<img width="158" src="/pictures/randomIntruderBank/GraduationQuad.jpg" alt="Christopher Newport University" />';
snippet[14] = '<img width="158" src="/pictures/randomIntruderBank/graduationTwo.jpg" alt="Christopher Newport University" />';
snippet[15] = '<img width="158" src="/pictures/randomIntruderBank/groupshot.jpg" alt="Christopher Newport University" />';
snippet[16] = '<img width="158" src="/pictures/randomIntruderBank/guitarStudent.jpg" alt="Christopher Newport University" />';
snippet[17] = '<img width="158" src="/pictures/randomIntruderBank/HarborLights.jpg" alt="Christopher Newport University" />';
snippet[18] = '<img width="158" src="/pictures/randomIntruderBank/internJLABS.jpg" alt="Christopher Newport University" />';
snippet[19] = '<img width="158" src="/pictures/randomIntruderBank/labgroup.jpg" alt="Christopher Newport University" />';
snippet[20] = '<img width="158" src="/pictures/randomIntruderBank/Musicians.jpg" alt="Christopher Newport University" />';
snippet[21] = '<img width="158" src="/pictures/randomIntruderBank/musicMACS.jpg" alt="Christopher Newport University" />';
snippet[22] = '<img width="158" src="/pictures/randomIntruderBank/MusicMan.jpg" alt="Christopher Newport University" />';
snippet[23] = '<img width="158" src="/pictures/randomIntruderBank/MusicTheaterHall.jpg" alt="Christopher Newport University" />';
snippet[24] = '<img width="158" src="/pictures/randomIntruderBank/paulAndStudent.jpg" alt="Christopher Newport University" />';
snippet[25] = '<img width="158" src="/pictures/randomIntruderBank/pgmContestWin.jpg" alt="Christopher Newport University" />';
snippet[26] = '<img width="158" src="/pictures/randomIntruderBank/play_OurCountrysGood.jpg" alt="Christopher Newport University" />';
snippet[27] = '<img width="158" src="/pictures/randomIntruderBank/plp.jpg" alt="Christopher Newport University" />';
snippet[28] = '<img width="158" src="/pictures/randomIntruderBank/PomocoPressTwo.jpg" alt="Christopher Newport University" />';
snippet[29] = '<img width="158" src="/pictures/randomIntruderBank/POMOCOstadium.jpg" alt="Christopher Newport University" />';
snippet[30] = '<img width="158" src="/pictures/randomIntruderBank/pottersTwo.jpg" alt="Christopher Newport University" />';
snippet[31] = '<img width="158" src="/pictures/randomIntruderBank/spillingTheWind.jpg" alt="Christopher Newport University" />';
snippet[32] = '<img width="158" src="/pictures/randomIntruderBank/StudioTheater.jpg" alt="Christopher Newport University" />';
snippet[33] = '<img width="158" src="/pictures/randomIntruderBank/teacherInTheQuad.jpg" alt="Christopher Newport University" />';
snippet[34] = '<img width="158" src="/pictures/randomIntruderBank/VtwoThree.jpg" alt="Christopher Newport University" />';

randomNumber = Math.floor(Math.random() * snippet.length);

document.write(snippet[randomNumber]);