var snippet = new Array();

//Add to the following section for additional random snippets.
snippet[0] = '<img src="rotatepics/1.jpg" />';
snippet[1] = '<img src="rotatepics/2.jpg" alt="Christopher Newport University" />';
snippet[2] = '<img src="rotatepics/3.jpg" alt="Christopher Newport University" />';
snippet[3] = '<img src="rotatepics/4.jpg" alt="Christopher Newport University" />';
snippet[4] = '<img src="rotatepics/5.jpg" alt="Christopher Newport University" />';
snippet[5] = '<img src="rotatepics/6.jpg" alt="Christopher Newport University" />';
snippet[6] = '<img src="rotatepics/7.jpg" alt="Christopher Newport University" />';
snippet[7] = '<img src="rotatepics/8.jpg" alt="Christopher Newport University" />';
snippet[8] = '<img src="rotatepics/9.jpg" alt="Christopher Newport University" />';
snippet[9] = '<img src="rotatepics/10.jpg" alt="Christopher Newport University" />';
snippet[10] = '<img src="rotatepics/11.jpg" alt="Christopher Newport University" />';
snippet[11] = '<img src="rotatepics/12.jpg" alt="Christopher Newport University" />';
snippet[12] = '<img src="rotatepics/13.jpg" alt="Christopher Newport University" />';
snippet[13] = '<img src="rotatepics/14.jpg" alt="Christopher Newport University" />';
snippet[14] = '<img src="rotatepics/15.jpg" alt="Christopher Newport University" />';
snippet[15] = '<img src="rotatepics/16.jpg" alt="Christopher Newport University" />';
snippet[16] = '<img src="rotatepics/17.jpg" alt="Christopher Newport University" />';
snippet[17] = '<img src="rotatepics/18.jpg" alt="Christopher Newport University" />';
snippet[18] = '<img src="rotatepics/19.jpg" alt="Christopher Newport University" />';
snippet[19] = '<img src="rotatepics/20.jpg" alt="Christopher Newport University" />';
snippet[20] = '<img src="rotatepics/21.jpg" alt="Christopher Newport University" />';
snippet[21] = '<img src="rotatepics/22.jpg" alt="Christopher Newport University" />';
snippet[22] = '<img src="rotatepics/23.jpg" alt="Christopher Newport University" />';
snippet[23] = '<img src="rotatepics/24.jpg" alt="Christopher Newport University" />';

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

document.write(snippet[randomNumber]);