﻿function insertCommentRef(n) {
    document.comments_form.text.value += ">>" + n + "\n";
    document.comments_form.text.focus();
}
