var txtList = new Array()
txtList[txtList.length]="<img src='img/rotator/app1.jpg' width='180' height='86' alt='OFS Applications' title='OFS Applications' border='0' />";
txtList[txtList.length]="<img src='img/rotator/app2.jpg' width='180' height='86' alt='OFS Applications' title='OFS Applications' border='0' />";
txtList[txtList.length]="<img src='img/rotator/app3.jpg' width='180' height='86' alt='OFS Applications' title='OFS Applications' border='0' />";
j=parseInt(Math.random()*txtList.length);
j=(isNaN(j))?0:j;
document.write(unescape(txtList[j]));