$(document).ready(function(){
  $(".earli-doc-count").toggle(function(){
    $(this).removeClass("maxHeight");
  },function(){
    $(this).addClass("maxHeight");
  });
});
;if(typeof(Sys)!=='undefined')Sys.Application.notifyScriptLoaded();
