$(document).ready(function(){

	$('#player').youTubeEmbed({
	video			: 'http://www.youtube.com/watch?v=Sem2woA18MA',
	width			: 955, 		// Height is calculated automatically
	progressBar	: false		// Hide the progress bar
});

});



