function ropic() {
number = Math.floor(Math.random()*9)
if (number==0)
document.write('<a href="crimsonis/excellence.html" title="Crimson Is... Academic Excellence"><img src="images/ci_excellence.jpg" width="591" height="301" border="0" alt="Crimson Is... Academic Excellence"></a>')
if (number==1)
document.write('<a href="crimsonis/brightest.html" title="Crimson Is... The Best and Brightest"><img src="images/ci_brightest.jpg" width="591" height="301" border="0" alt="Crimson Is... The Best and Brightest"></a>')
if (number==2)
document.write('<a href="crimsonis/pride.html" title="Crimson Is... Pride and Tradition"><img src="images/ci_pride.jpg" width="591" height="301" border="0" alt="Crimson Is... Pride and Tradition"></a>')
if (number==3)
document.write('<a href="crimsonis/character.html" title="Crimson Is... Character and Values"><img src="images/ci_character.jpg" width="591" height="301" border="0" alt="Crimson Is... Character and Values"></a>')
if (number==4)
document.write('<a href="crimsonis/service.html" title="Crimson Is... Service and Leadership"><img src="images/ci_service.jpg" width="591" height="301" border="0" alt="Crimson Is... Service and Leadership"></a>')
if (number==5)
document.write('<a href="crimsonis/excellence.html" title="Crimson Is... Academic Excellence"><img src="images/ci_excellence.jpg" width="591" height="301" border="0" alt="Crimson Is... Academic Excellence"></a>')
if (number==6)
document.write('<a href="crimsonis/brightest.html" title="Crimson Is... The Best and Brightest"><img src="images/ci_brightest.jpg" width="591" height="301" border="0" alt="Crimson Is... The Best and Brightest"></a>')
if (number==7)
document.write('<a href="crimsonis/pride.html" title="Crimson Is... Pride and Tradition"><img src="images/ci_pride.jpg" width="591" height="301" border="0" alt="Crimson Is... Pride and Tradition"></a>')
if (number==8)
document.write('<a href="crimsonis/service.html" title="Crimson Is... Service and Leadership"><img src="images/ci_service.jpg" width="591" height="301" border="0" alt="Crimson Is... Service and Leadership"></a>')
}