
function yt(id) {
var params = {
	allowScriptAccess: "always",
	allowFullScreen: true,
	rel: 0
	};
var atts = { id: "myytplayer" };
swfobject.embedSWF("http://www.youtube.com/v/"+ id +"&hl=ja&fs=1&ap=%2526fmt%3D18&enablejsapi=1&playerapiid=ytplayer&rel=0", "ytapiplayer", 480, 345, "10", null, null, params, atts);
}
