function EmbedFlash(swf,w,h)
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
    document.write('  codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"\n');
    document.write('  id="tempe-flash-top" width="'+w+'" height="'+h+'">\n');
    document.write('  <param name="movie" value="'+swf+'">\n');
    document.write('  <param name="quality" value="high">\n');
    document.write('  <param name="bgcolor" value="#000000">\n');
    document.write('  <embed name="tempe-flash-top" src="'+swf+'" quality="high" bgcolor="#000000"\n');
    document.write('    width="'+w+'" height="'+h+'"\n');
    document.write('    type="application/x-shockwave-flash"\n');
    document.write('    pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">\n');
    document.write('  </embed>\n');
    document.write('</object>\n');
}

function RunRadio()
{
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/\n');
    document.write('shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="210" height="15"> \n');
    document.write('<param name="allowScriptAccess" value="sameDomain"/>\n');
    document.write('<param name="movie" value="player/xspf_player_slim.swf?playlist_url=playlist.txt?xspf&repeat_playlist=true&autoload=true&autoplay=true"/>\n');
    document.write('<param name="playlist_url" value="playlist.txt?xspf"/>\n');
    document.write('<param name="quality" value="high"/>\n');
    document.write('<param name="bgcolor" value="#E6E6E6"/>\n');
    document.write('<embed src="player/xspf_player_slim.swf?playlist_url=playlist.txt?xspf&repeat_playlist=true&autoload=true&autoplay=true"\n');
    document.write('quality="high" bgcolor="#E6E6E6" width="210" height="15" \n');
    document.write('name="xspf_player" allowscriptaccess="sameDomain"\n');
    document.write('type="application/x-shockwave-flash"\n');
    document.write('pluginspage="http://www.macromedia.com/go/getflashplayer"\n');
    document.write('align="center" height="168" width="400"></embed>\n');
    document.write('</object>\n');
}