function onYouTubePlayerReady(playerId) {
	var ytplayer = document.getElementById("ytplayer");
	ytplayer.playVideo();
}
