jQuery.noConflict();
(function($) {
 $(document).ready(
 function(){
  var sidebar = $('td#page-main-half').height();
  if ($('.lc-nav-container-cookctr').length){
  $('.lc-nav-container-cookctr').height(sidebar-10);
  }

  if ($('.lc-nav-container').length){
  $('.lc-nav-container').height(sidebar-10);

  }
  $('#community a').click(function(){
  window.open(this.href);
  return false;
  });
  
 });
})(jQuery);

