'; parent.chat.formF.document.forms[0].submit(); }; function playSound(thisNum) { clearTimeout(playTime); curNum = thisNum; playTime = setTimeout("playSoundNow();",2000); }; function playSoundNow() { document.embeds["alertM"].GotoFrame(curNum); document.embeds["alertM"].Play(); }; //-->