{# Migrated from box.js #}
<script>
function playAllVideoBg() {
$('.is_video_bg').each(function () {
var id = jQuery(this).find('.screen').attr('id');
$('#' + id).data("youtubePlayer").onYouTubePlayerAPIReady();
});
}
</script>