jQuery(document).ready(function () {

    jQuery('.comment-form-author label').html('Name<span class="ast">*</span>');
    jQuery('.comment-form-email label').html('Email Address<span class="ast">*</span>');
    jQuery('.comment-form-comment label').html('Message<span class="ast">*</span>');

});
