with(document)
{
	document.writeln("<script type='text/javascript' src='/vivaBem/mediaPlayer/js/swfobject.js?v=23'></script>");
	document.writeln("<script type='text/javascript' src='/vivaBem/mediaPlayer/js/player.js'></script>");
}

	var jsEnabled = 0;
		jsEnabled = 1;


function montaPlayer(audioPlayer,autoStart)
{
	document.writeln('<div style="display:block;width:300px;height:19px;margin:0 auto">');
	document.writeln('	<form name="form1" id="form1" style="margin:0">');
	document.writeln('		<div id="pnlMediaPlayer"></div>');
	document.writeln('			<span id="contentPlayer1" style="margin:0px;background-color:transparent"></span>');
	document.writeln('			<input type="hidden" id="currentFile" />');
	document.writeln('	</form>');
	document.writeln('</div>');

	if(jsEnabled) createPlayer(audioPlayer,autoStart);
}
