/* * Stop all mp3's */ function stopAll() { $$('object').each(function(item){ if(item != null) item.dewstopall(); }); }