﻿document.write('<OBJECT id="Player"');    
      if(-1 != navigator.userAgent.indexOf("MSIE"))
      {
        document.write(' classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6"');
      }
      else if(-1 != navigator.userAgent.indexOf("Firefox"))
      {
        document.write(' type="application/x-ms-wmp"'); 
      }
        document.write(' width=0 height=0>');
        document.write(' <param name="autoStart" value="true" />');
        document.write(' <param name="url" value="music/Akatonbo_1.mp3" />');
        document.write(' </OBJECT>');
