function renderMediaPlayer(htmlCode)
{
	/* hack to fix tag problem */
	document.write(htmlCode.replace(/x-mplayer2\">/gi, "x-mplayer2\""));
}