fitHeights();

$(window).load(function(){
  $('ul li').fitHeights();
});