function listen(mp3File)
{
var player  = '<OBJECT ID="MediaPlayer" WIDTH="271" HEIGHT="69" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" STANDBY="Carregando..." TYPE="application/x-oleobject">';
	player += '	<PARAM NAME="FileName" VALUE="http://www.bunker292.com/velouriah-mixado/'+mp3File+'"><PARAM NAME="animationatStart" VALUE="true"><PARAM NAME="transparentatStart" VALUE="true"><PARAM NAME="autoStart" VALUE="1"><PARAM NAME="showControls" VALUE="true"><PARAM NAME="showDisplay" VALUE="false"><PARAM NAME="ShowPositionControls" VALUE="true"><PARAM NAME="ShowStatusBar" VALUE="true">';
	player += '	<embed type="application/x-mplayer2" src="http://www.bunker292.com/velouriah-mixado/'+mp3File+'" autostart="1" width="271" height="69" ShowControls="1" ShowPositionControls="1" ShowDisplay="0" ShowStatusBar="1" animationatstart="0" transparentatstart="1"></embed>';
	player += '</OBJECT>';
	document.getElementById('audioPlayer').innerHTML = player;
}
