<!-- Begin
var maxFeatureNo = 4
var featureNo
var myFeature = new Array()

myFeature[0] = '<img src="images/1.jpg" width="272" height="370" alt="Student doing research" border="0">'

myFeature[1] = '<img src="images/2.jpg" width="272" height="370" alt="Student doing research with spider" border="0">'

myFeature[2] = '<img src="images/3.jpg" width="272" height="370" alt="Student and professor doing research" border="0">'

myFeature[3] = '<img src="images/4.jpg" width="272" height="370" alt="Professor doing water research." border="0">'

myFeature[4] = '<img src="images/5.jpg" width="272" height="370" alt="Mini Museum being set up" border="0">'


//  End -->

featureNo = Math.round(Math.random() * maxFeatureNo)
document.write(myFeature[featureNo])