function resizeIframeYouTube(){var a;if(a=$(".IFrameYouTube")){a.css("width","100%");a.css("height",parseInt(a.width()*9/16)+"px")}}jQuery(document).ready(function(){resizeIframeYouTube()});jQuery(window).resize(function(){resizeIframeYouTube()});