var player_path = "http://media2.wireworldmedia.co.uk/";
var player_id   = "IM059-news-tools";
var mp3_url     = "http://media1.wireworldmedia.co.uk/IM059-news-tools.mp3";
var title       = "Internet Marketing Podcast - episode 59 [20:01]";

document.write( "<script language='JavaScript' src='" + player_path + "audio-player.js'></script>" );
document.write( "<object type='application/x-shockwave-flash' data='" + player_path + "player.swf' id='audioplayer" + player_id + "' height='24' width='290'>" );
document.write( "<param name='movie' value='" + player_path + "player.swf'>" );
document.write( "<param name='FlashVars' value='playerID=" + player_id + "&amp;soundFile=" + mp3_url + "'>" );
document.write( "<param name='quality' value='high'>" );
document.write( "<param name='menu' value='false'>" );
document.write( "<param name='wmode' value='transparent'>" );
document.write( "</object>" );
document.write( "<br /><small>" + title + "</small>" );

