$(document).ready(function(){

	$('#player').youTubeEmbed('http://www.youtube.com/watch?v=fkJwBZO0NT4');

	/*
		//You can alternatively pass an object:

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

	*/

});

