function comment(){$("writecomment").hide();$("comment-editor").show();$("comment").focus();$("clickoff").style.height=$$("body")[0].getHeight()+"px";$("clickoff").show().onclick=function(){$("comment-editor").hide();$("writecomment").show();$(this).hide()}}addComment._moveForm=addComment.moveForm;addComment.moveForm=function(){$("writecomment").hide();$("comment-editor").show();$("clickoff").hide();var a=addComment._moveForm.apply(this,arguments);var b=$("cancel-comment-reply-link");b._cancel_reply=b.onclick;b.onclick=function(){$("comment-editor").hide();$("writecomment").show();return this._cancel_reply()};return a};