
y_id = new Array("eyVY1qePais");

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

$(document).ready(function(){

	n = Math.floor(Math.random() * y_id.length);

	var flashvars = {};
	var params={ allowScriptAccess: "always", wmode:'opaque' };
	var attributes={ id: "embedPlayer" };
	swfobject.embedSWF("http://www.youtube.com/v/" + y_id[n] + "&enablejsapi=1&playerapiid=player001", "youtube", "337", "221", "8", null, null, params, attributes);
});

