
// This is just to satisfy the silly 'patch' MicroSoft issued in compliance with losing the Eolas lawsuit.	
function insertPlayer(playerDivId, playerContent) {
	var d = document.getElementById(playerDivId);
	d.innerHTML = playerContent;
}

