   $(document).ready(function() {
      $("td:empty").html("&nbsp;");
    });

