<!--
images = new Array(4);

images[0] = "<img src='images/home.jpg' alt='ROTC - Reserve Officer Training Corps' class='peoplePic' />";

images[1] = "<img src='images/home2.jpg' alt='ROTC - Reserve Officer Training Corps' class='peoplePic'  />";

images[2] = "<img src='images/home3.jpg' alt='ROTC - Reserve Officer Training Corps' class='peoplePic' />";

images[3] = "<img src='images/home4.jpg' alt='ROTC - Reserve Officer Training Corps' class='peoplePic' />";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);
// -->
