if (Drupal.jsEnabled) { $(document).ready(function() {
  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);
})}

