function comments_readmore(a){jQuery(body).addClass("wait");jQuery.get(TEMPLATEPATH+"/get_comments.php",{p:a},function(b){jQuery(body).removeClass("wait");jQuery("#comments-block-"+a).html(b)});return false}function comment(a,b,c){jQuery("div.writecomment").show();jQuery(a).parent().hide().after(jQuery("#respond").show());jQuery("#comment_post_ID").val(b);jQuery("#comment_parent").val(c);jQuery("#comment").focus();jQuery(document).click(window.comment_cancel);return false}addComment._moveForm=addComment.moveForm;addComment.moveForm=function(){jQuery("#respond").show();jQuery("div.writecomment").show();jQuery("#comment").focus();jQuery(document).click(window.comment_cancel);var a=addComment._moveForm.apply(this,arguments);return a};function comment_cancel(a){if(!jQuery(a.target).is("a, input, textarea")){jQuery("#respond").hide();jQuery("div.writecomment").show();jQuery(document).unbind("click",window.comment_cancel)}};