javascript:for(i=0; o=document.getElementsByTagName("object")[i]; ++i) try{F(o)}catch(e){}; for(i=0; o=document.getElementsByTagName("embed")[i]; ++i) try{F(o)}catch(e){}; function F(o){ if(o.timer){clearInterval(o.timer); o.timer=0; o.Play(); } else { o.StopPlay(); o.timer=setInterval(function(){var targ=o.CurrentFrame() - 8; if (targ>0) o.GotoFrame(o.CurrentFrame() - 8); else { o.GotoFrame(0); clearInterval(o.timer); timer=0; o.Play(); } }, 30); } }