var txtList = new Array()
txtList[txtList.length]="<img src='/webstyle/images/rotate/1.jpg' width='470' height='143' alt='Screenshot of MSU dot EDU' />";
txtList[txtList.length]="<img src='/webstyle/images/rotate/2.jpg' width='470' height='143' alt='Screenshot of MSU dot EDU' />";
txtList[txtList.length]="<img src='/webstyle/images/rotate/3.jpg' width='470' height='143' alt='Screenshot of MSU dot EDU' />";
txtList[txtList.length]="<img src='/webstyle/images/rotate/4.jpg' width='470' height='143' alt='Screenshot of MSU dot EDU' />";
txtList[txtList.length]="<img src='/webstyle/images/rotate/5.jpg' width='470' height='143' alt='Screenshot of MSU dot EDU' />";
txtList[txtList.length]="<img src='/webstyle/images/rotate/6.jpg' width='470' height='143' alt='Screenshot of MSU dot EDU' />";
txtList[txtList.length]="<img src='/webstyle/images/rotate/7.jpg' width='470' height='143' alt='Screenshot of MSU dot EDU' />";
txtList[txtList.length]="<img src='/webstyle/images/rotate/8.jpg' width='470' height='143' alt='Screenshot of MSU dot EDU' />";
txtList[txtList.length]="<img src='/webstyle/images/rotate/9.jpg' width='470' height='143' alt='Screenshot of MSU dot EDU' />";
txtList[txtList.length]="<img src='/webstyle/images/rotate/10.jpg' width='470' height='143' alt='Screenshot of MSU dot EDU' />";
txtList[txtList.length]="<img src='/webstyle/images/rotate/11.jpg' width='470' height='143' alt='Screenshot of MSU dot EDU' />";
j=parseInt(Math.random()*txtList.length);
j=(isNaN(j))?0:j;
document.write(unescape(txtList[j]));