// JavaScript Document<script>
<!--
imagenum=Math.round(Math.random()*5)+1
if (imagenum==1){var image="<img src='img/centerimage1.jpg' alt='The Tippie MBA - A Future with Infinite Possibilities' width='400' height='320' border='0' style='display:block;'/>"}
else if (imagenum==2){var image="<img src='img/centerimage2.jpg' alt='The Tippie MBA - A Promise fulfilled' width='400' height='320' border='0' style='display:block;'/>"}
else if (imagenum==3){var image="<img src='img/centerimage3.jpg' alt='The Tippie MBA -  A Life Changed' width='400' height='320' border='0' style='display:block;'/>"}
else if (imagenum==4){var image="<img src='img/centerimage4.jpg' alt='The Tippie MBA -  A Future with Infinite Possibilities' width='400' height='320' border='0' style='display:block;'/>"}
else if (imagenum==5){var image="<img src='img/centerimage5.jpg' alt='The Tippie MBA -  A Life Changed' width='400' height='320' border='0' style='display:block;'/>"}
else if (imagenum==6){var image="<img src='img/centerimage6.jpg' alt='The Tippie MBA -  A Life Changed' width='400' height='320' border='0' style='display:block;'/>"}

document.write (image)

// -->