(function($){
$(function(){
$(window).resize(function(){
      wh=$(window).height();
      fh=$('#footer').height();
      hz=$('#hgage').height();
      hh=$('#hmaker').height();
      ah=$('#all').outerHeight();
      d=ah-(fh+hh);
      if(wh > fh+hz+d){
         $('#hmaker').height(wh-fh-d);
      }
    }).resize();
});


})(jQuery);
