function addons(){$(document).ready(function(){$.each($(".strap"),function(){$(this).text().toLowerCase().replace(/(&shy;|\u00ad|&#173;)/gi,"").includes("breaking news")&&$(this).addClass("breaking")});$.each($("a[href*='www.youtube.com/watch']"),function(){var a=(a=$(this).attr("href").match(/^.*(youtu.be\/|v\/|u\/\w\/|embed\/|watch\?v=|&v=)([^#&\?]*).*/))&&11==a[2].length?a[2]:"error";a='<div class="video-container"><iframe width="560" height="315" src="//www.youtube.com/embed/'+a+'" frameborder="0" allowfullscreen></iframe></div>';
$(this).replaceWith(a)})});$.each($("a[href*='https://youtu.be']"),function(){var a='<div class="video-container"><iframe width="560" height="315" src="//www.youtube.com/embed/'+getId($(this).attr("href"))+'" frameborder="0" allowfullscreen></iframe></div>';$(this).replaceWith(a)})};
