//Auto adjust height for ad iframes

$(document).ready(function() {
  $('.advertisement iframe, .block-ad iframe').iframeAutoHeight();
});


