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