<!-- Begin
var maxFeatureNo = 8
var featureNo
var myFeature = new Array()

myFeature[0] = '<img src="images/1.jpg" width="356" height="232" alt="Campus Services" border="0">'

myFeature[1] = '<img src="images/2.jpg" width="356" height="232" alt="Campus Services" border="0">'

myFeature[2] = '<img src="images/3.jpg" width="356" height="232" alt="Campus Services" border="0">'

myFeature[3] = '<img src="images/4.jpg" width="356" height="232" alt="Campus Services" border="0">'

myFeature[4] = '<img src="images/6.jpg" width="356" height="232" alt="Campus Services" border="0">'

myFeature[5] = '<img src="images/7.jpg" width="356" height="232" alt="Campus Services" border="0">'

myFeature[6] = '<img src="images/8.jpg" width="356" height="232" alt="Campus Services" border="0">'

myFeature[7] = '<img src="images/9.jpg" width="356" height="232" alt="Campus Services" border="0">'

myFeature[8] = '<img src="images/10.jpg" width="356" height="232" alt="Campus Services" border="0">'


//  End -->

featureNo = Math.round(Math.random() * maxFeatureNo)
document.write(myFeature[featureNo])