if (Drupal.jsEnabled) { $(document).ready(function() {
  $(".sidebar-right .block .block-title-margins").css({paddingTop:"0px", paddingBottom:"8px"});
  $(".sidebar-right .block .block-title").transparentCorners({cornerSize:8, top:"round", bottom:"none"});
  $(".sidebar-right .block .content").transparentCorners({cornerSize:8, top:"none", bottom:"dog3"});
  setTimeout(function() {var h1=$(".content-center").height(),h2=$(".sidebar-right").height();if(h1>h2)$(".sidebar-right").height(h1);else if(h1<h2)$(".content-center").height(h2);}, 1000);
})}

