I am having problem setting up the LongTail codes. If you go to my homepage on http://www.gvsmedia.com and look at the middle of the page and play some videos. You will see a "Click to launch the bug detector" on the video page. I followed the instructions from LongTail closely to setup the codes. Can you take a look at my page source and see what wrong with the codes please? Do you know what wrong with my codes? Can you help me fix this error please? Thank you

Hi. I try to make a shoutcast player for webpage.
I've read some faq but i can't to resolve my problem.
I've dowloaded jwplayer source, I've used the setup wizard and i pasted the code.
The radio player worked in Explorer but in Firefox (the sound work for 1 sec) and in safari mac not run.
When I wrong? Why in "wizard" run all?
The source:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
</HEAD>
<BODY>
<DIV ID="mediaspace" DIR="LTR"><P>This text will be replaced</P></DIV>
<P>
<script type='text/javascript' src='swfobject.js'></script>
<div id='mediaspace'>This text will be replaced</div>
<script type='text/javascript'>
var so = new SWFObject('player.swf','mpl','470','30','9');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','http://rtb.wavestreamer.com:3965/;stream.nsv');
so.addVariable('type','sound');
so.write('mediaspace');
</script>
</P>
</BODY>
</HTML>
THANKS a LOT