$(document).ready(function()
{
	$('.youtube').each(function() { !$(this).attr('height') && $(this).attr({ height: ($(this).width()*9/16 + 25) }); });
});
