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

