function RunMP3Player(filename)
{
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"  width="283" height="79" id="mp3player" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" >\n');
document.write('<param name="movie" value="/tateetc/poemofthemonth/mp3/mp3player.swf?config=/tateetc/poemofthemonth/mp3/config.xml&file=/tateetc/poemofthemonth/mp3/playlist_'+filename+'.xml" />\n');
document.write('<param nam="allowScriptAccess" value="always" />\n');
document.write('<embed src="/tateetc/poemofthemonth/mp3/mp3player.swf?config=/tateetc/poemofthemonth/mp3/config.xml&file=/tateetc/poemofthemonth/mp3/playlist_'+filename+'.xml" allowscriptaccess="always" width="283" height="79" name="mp3player" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />  \n');
document.write('</object>\n');
}