(function(content) {
  $('#comment-list').html(content);
  $('input[type=radio].star').rating();
})('');