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="160" height="289" id="MP3 Player" />');
  document.write('<param name=flashvars value="file=playlist.xml&lightcolor=0x000000&backcolor=0x999999&frontcolor=0xffffff&autostart=true&shuffle=true&repeat=true&volume=100&showeq=true&autoscroll=true&showdigits=false&displayheight=40" />');
  document.write('<param name=movie value="mp3player.swf" />');
  document.write('</object>');
}
