// JavaScript Document
document.write('<style type="text/css">div.video_wrapper { visibility:hidden; }</style>');

var wrappers_to_hide = $$('div.video_wrapper');
wrappers_to_hide.each(function(item) {
	item.setOpacity(0);
});

function removeOpacityMovie(){
	wrappers_to_hide.each(function(item) {
		item.setOpacity(1);
	});
}

Event.observe(window, 'load', removeOpacityMovie);

var params = { allowScriptAccess: "always", bgcolor: "#000000", wmode: "transparent" };
var atts = { id: "ytapiplayer1" };
swfobject.embedSWF("http://www.youtube.com/v/AxnIEtBzlEc&enablejsapi=1&playerapiid=ytapiplayer1&ap=%2526fmt%3D18", "ytapiplayer1", "490", "392", "8", null, null, params, atts);

/*
var params = { allowScriptAccess: "always", bgcolor: "#000000", wmode: "transparent" };
var atts = { id: "ytapiplayer2" };
swfobject.embedSWF("http://www.youtube.com/v/vy9OON6MJkQ&enablejsapi=1&playerapiid=ytapiplayer2&ap=%2526fmt%3D18", "ytapiplayer2", "490", "392", "8", null, null, params, atts);
*/
