$(document).ready(function(){

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

$('#player').youTubeEmbed({
	video			: 'http://www.youtube.com/watch?v=a8q0cbrpv30?hd=1',
control		: true,
	width			: 692, 		// Height is calculated automatically
	progressBar	: true		// Hide the progress bar
});



});

