$(document).ready(function() {
    if ($('#CommentsError').length > 0) {

        $('#divCommentsForm').html('Comments and Ratings are temporarily unavailable. Sorry for the inconvenience.');
        $('.comments').css('display', 'none');
        $('.ratings').css('display', 'none');
    }


});