<EMBED src=http://trio.co.kr/sound/flute1.mid id=e1 autostart=false><BR>
<EMBED src=http://trio.co.kr/sound/flute2.mid id=e2 autostart=false><BR>
<EMBED src=http://trio.co.kr/sound/flute3.mid id=e3 autostart=false><BR>
<SCRIPT>
document.write('document.embeds.length=',document.embeds.length+'<BR>');
document.write('document.embeds[0].src=',document.embeds[0].src+'<BR>');
document.write('document.embeds[1].src=',document.embeds[1].src+'<BR>');
document.write('document.embeds[2].src=',document.embeds[2].src+'<BR>');
document.write('document.embeds.e3.src=',document.embeds.e3.src+'<BR>');
</SCRIPT>
<SCRIPT>
document.write('document.plugins.length=',document.plugins.length+'<BR>');
document.write('document.plugins[0].src=',document.plugins[0].src+'<BR>');
document.write('document.plugins[1].src=',document.plugins[1].src+'<BR>');
document.write('document.plugins[2].src=',document.plugins[2].src+'<BR>');
document.write('document.plugins.e3.src=',document.plugins.e3.src+'<BR>');
</SCRIPT>