﻿$(document).ready(function(){        
    if($('div.d-bcomtit').length < 2)
        $('#dCommentNone').css('display','block');
}); 