// JavaScript Document
var params = { allowScriptAccess: "always", allowFullScreen: "true" };
var atts = { id: "myytplayer" };

function embedYoutube(videoURL) {
	videoURL = "http://www.youtube.com/v/" + videoURL + "?enablejsapi=1&playerapiid=ytplayer&autoplay=1&showinfo=0&rel=0&version=3";
	swfobject.embedSWF( videoURL, "videoBox", "450", "286", "8", null, null, params, atts);
	
}

/*
function onYouTubePlayerReady(playerId) {
	ytplayer = document.getElementById("myytplayer");
	
}
*/




