$(document).ready(function(){
$('.video-home').youTubeEmbed({
	video			: 'http://www.youtube.com/watch?v=u1DdPmCQjZg',
	width			: 451, 		// Height is calculated automatically
	progressBar	: true		// Hide the progress bar
});
$('.video-sidebar').youTubeEmbed({
	video			: 'http://www.youtube.com/watch?v=4Pus1XFRHyg&feature=related',
	width			: 260, 		// Height is calculated automatically
	progressBar	: true		// Hide the progress bar
});
});

