var sNav = navigator.userAgent; 
if (/msie/i.test(sNav)) { 
    document.writeln("<object ");
    document.writeln("  classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' ");
    document.writeln("  codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' ");
    document.writeln("  height='20' ");
    document.writeln("  width='174'>");
    document.writeln("<param ");
    document.writeln("  name='movie'");
    document.writeln("  value='dewplayer.swf?mp3=http%3A%2F%2Fapp.readspeaker.com%2Fcgi-bin%2Frsent%3Fcustomerid%3D4408%26lang%3Dfr_fr%26url%3D" + document.URL + "'>");
    document.writeln("<param name='quality' value='high'>");
    document.writeln("<param name='SCALE' value='exactfit'>");
    document.writeln("<param name='wmode' value='transparent'>");
    document.writeln("</object>");
}
else {
    document.writeln("<embed ");
    document.writeln("  wmode='transparent'");
    document.writeln("  src=     'dewplayer.swf?mp3=http%3A%2F%2Fapp.readspeaker.com%2Fcgi-bin%2Frsent%3Fcustomerid%3D4408%26lang%3Dfr_fr%26url%3D" + document.URL + "'");
    document.writeln("  quality='high' ");
    document.writeln("  pluginspage='http://www.macromedia.com/go/getflashplayer'");
    document.writeln("  type='application/x-shockwave-flash'");
    document.writeln("  scale='exactfit'");
    document.writeln("  height='20'");
    document.writeln("  width='174'>");
    document.writeln("</embed> ");
}
