$(document).ready(function(){	$('#player').youTubeEmbed('http://www.youtube.com/watch?v=SlAy1B_HoIU');	/*		//You can alternatively pass an object:		$('#player').youTubeEmbed({			video			: 'http://www.youtube.com/watch?v=SlAy1B_HoIU',			width			: 550, 		// Height is calculated automatically			progressBar	: false		// Hide the progress bar		});	*/});
