var player = null;
function playerReady(thePlayer) {
	player = window.document[thePlayer.id];
}


