This is because some extension what has removed all words JComments on page. For example you site has:
<script type="text/javascript">
<!--
var =new (666, 'com_content','/index.php?option=com_&tmpl=component');
.setList('comments-list');
//-->
</script>
instead of
<script type="text/javascript">
<!--
var jcomments=new JComments(666, 'com_content','/index.php?option=com_jcomments&tmpl=component');
jcomments.setList('comments-list');
//-->
</script>
If you want to use JCOmments you'll needed to disable this replacement.