<script>var NowFrame = 1; <BR>var MaxFrame =; <BR>var bStart = 0; <BR>函数 fnToggle() { <BR>var next = NowFrame 1; <BR>if(下一个 == MaxFrame 1) <BR>{ <BR>NowFrame = MaxFrame; <BR>下一个 = 1; <BR>} <BR>if(bStart == 0) <BR>{ <BR>bStart = 1; <br><br>setTimeout('fnToggle()', 6000); <BR>返回; <BR>} <BR>其他 <BR>{ <BR>oTransContainer.filters.revealTrans.Transition=Math.floor(Math.random()*23); <BR>oTransContainer.filters.revealTrans.apply(); <BR>document.all['oDIV' next].style.display = ""; <BR>document.all['oDIV' NowFrame].style.display =“none”; <BR>oTransContainer.filters[0].Play(duration=2); <BR>if(NowFrame == MaxFrame) <BR>NowFrame = 1; <BR>其他<BR>NowFrame ; <BR>} setTimeout('fnToggle()', 6000); <BR>} <BR></script>