Google Audio Chaos! (javascript)

Hey room, I’ve noticed something weird about google chrome. I made this page

http://www.onetruegospel.com/Media/sermons.html

and it works fine in Firefox or IE explore but when I use chrome, all audio files start to play. Its chaotic!

Here is the javascript code that I used.


<script language="JavaScript"type="text/javascript" >InsertAudio();</script>
                <script language="JavaScript" type="text/javascript">
          QT_WriteOBJECT('mp3s/1.Introduction to Agape Love Seminar.mp3' , '150' , '40', '', 'AUTOPLAY', 'False', 'CONTROLLER' , 'true' , 'LOOP', 'false', 'VOLUME' , '100' );    
            </script>

Is there a work around? Thanks in advanced.