function renderMediaPlayer(htmlCode)
{
	document.write(htmlCode);
}
if (typeof (Sys) !== 'undefined') Sys.Application.notifyScriptLoaded();