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="167" height="320" id="MP3 Player" />');
  document.write('<param name=flashvars value="file=playlist.xml&lightcolor=0xB789D1&backcolor=0x431970&frontcolor=0x8E52C3&autostart=true&shuffle=true&repeat=list&volume=88&showeq=false&autoscroll=false&displayheight=0" />');
  document.write('<param name=movie value="mp3player.swf" />');
  document.write('</object>');
}
