function embedPlayer() {
  if((navigator.appName.indexOf('Explorer') != -1)) {
    document.write('<object classid="CLSID:D27CDB6E-AE6D-11CF-96B8-444553540000" ');
    document.write('codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" '); }
  else
    document.write('<object type="application/x-shockwave-flash" data="mp3player.swf" ');
  document.write('width="240" height="19" id="MP3 Player" />');
  document.write('<param name=flashvars value="file=playlist.xml&lightcolor=0xdddddd&backcolor=0x000000&frontcolor=0xaaaaaa&autostart=true&shuffle=true&repeat=true&volume=80&showeq=false&autoscroll=false&displayheight=0" />');
  document.write('<param name=movie value="mp3player.swf" />');
  document.write('</object>');
}
