function replyto(id, to) {
        jQuery("textarea[name='comment']").val("<a href='#comment-" + id + "'>@" + to + "</a> - " + jQuery("textarea[name='comment']").val()).focus(); 
    }
function quote(id, by, text) {
    jQuery("textarea[name='comment']").val("<blockquote> <strong>" + originallypostedby + by + "</strong>\r\n" + text + "</blockquote>\r\n\r\n" + jQuery("textarea[name='comment']").val()).focus(); 
}

function clear_search_form() {
document.getElementById('s').setAttribute('value','');
}