var txtList = new Array()
txtList[txtList.length]="<a href='http://www.registrar.pitt.edu/registrar.html'><img src='../Images/registrarmainimage3.jpg' width='696' height='274' border='0' alt='registrars office main image 3'/></a>";

txtList[txtList.length]="<a href='http://www.registrar.pitt.edu/registrar.html'><img src='../Images/registrarmainimage2.jpg' width='696' height='274' border='0' alt='registrars office main image 2'/></a>";

txtList[txtList.length]="<a href='http://www.registrar.pitt.edu/registrar.html'><img src='../Images/registrarmainimage.jpg'  width='696' height='274' border='0' alt='registrars office main image'/></a>";

<!--txtList[txtList.length]="<a href='http://www.registrar.pitt.edu/registrar.html'><img src='../Images/Campus_during_fall_season02.jpg' width='696' height='274' border='0' alt='registrars office main image - fall season'/></a>";-->

txtList[txtList.length]="<a href='http://www.registrar.pitt.edu/registrar.html'><img src='../Images/Registrars Office.jpg' width='696' height='170' border='0' alt='registrars office image'/></a>";

txtList[txtList.length]="<a href='http://www.registrar.pitt.edu/registrar.html'><img src='../Images/registrarmainimage4.jpg' width='696' height='274' border='0' alt='registrars office main image 4'/></a>";

j=parseInt(Math.random()*txtList.length);
j=(isNaN(j))?0:j;
document.write(unescape(txtList[j]));