function InsertHinauri1()
{
 document.write('<object classid="clsid:02bf25d5-8c17-4b23-bc80-d3488abddc6b" width="240" height="16" codebase="http://www.apple.com/qtactivex/qtplugin.cab">\n');
 document.write('<param name="src" value="hinauri1.mp3" />\n');
 document.write('<param name="autoplay" value="false" />\n'); 
 document.write('<param name="controller" value="true" />\n');
 document.write('<param name="loop" value="true" />\n');
 document.write(' <embed src="hinauri1.mp3" width="240" height="16" autoplay="false" controller="true" pluginspage="http://www.apple.com/quicktime/download/" loop="true" />\n');
 document.write('</embed>\n');
 document.write('</object>\n');
}

function InsertHinauri2()
{
 document.write('<object classid="clsid:02bf25d5-8c17-4b23-bc80-d3488abddc6b" width="240" height="16" codebase="http://www.apple.com/qtactivex/qtplugin.cab">\n');
 document.write('<param name="src" value="hinauri2.mp3" />\n');
 document.write('<param name="autoplay" value="false" />\n'); 
 document.write('<param name="controller" value="true" />\n');
 document.write('<param name="loop" value="true" />\n');
 document.write(' <embed src="hinauri2.mp3" width="240" height="16" autoplay="false" controller="true" pluginspage="http://www.apple.com/quicktime/download/"  loop="true">\n');
 document.write('</embed>\n');
 document.write('</object>\n');
}

