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