addComment={moveForm:function(c,b,d,a){jQuery(function(e){var g=e("#"+d).clone(true),f=e("#"+d).parent();e("#"+d).remove();g.insertAfter("#"+c).find("#cancel-comment-reply-link").css({display:"inline"}).click(function(){e(this).parents("#"+d).remove();f.append(g).find("#cancel-comment-reply-link").css({display:"none"});e("input#comment_parent").attr({value:0});return false});e("input#comment_parent").attr({value:b})});return false}};jQuery(document).ready(function(d){var i=commentingL10n.trackbackShowText,e=commentingL10n.trackbackHideText,g=commentingL10n.replyHideMany,h=commentingL10n.replyShowMany,a=commentingL10n.replyHideOne,b=commentingL10n.replyShowOne,f=d("#trackbackList").height(),c=commentingL10n.nestDepth;if(f>250){d("#trackbackList").css({height:f}).hide().after('<strong class="trackbackToggle"><span class="switch"></span><span class="toggleText">'+i+"</span></strong>").next(".trackbackToggle").click(function(){d(this).toggleClass("active").prev("#trackbackList").slideToggle("500",function(){if(d(this).css("display")==="none"){d(this).next(".trackbackToggle").children(".toggleText").html(i)}else{d(this).next(".trackbackToggle").children(".toggleText").html(e)}})})}d(".with-collapse .depth-"+c+" ul.children").find("*[id^=div-comment-]").each(function(){var j=d(this).height();d(this).css({height:j})});d(".with-collapse .depth-"+c+" ul.children").css({marginTop:0}).each(function(){var k=d(this).prev("div.comment-body").find("div.comment-author").children("cite.fn").text(),m=d(this).children("li.comment").length,j,l;if(m==1){j='<span class="switch"></span><span class="toggleText">'+b.replace("%name%",'<span class="posterName">'+k+"'s</span>").replace("%count%",m)+"</span>";l='<span class="switch"></span><span class="toggleText">'+a.replace("%name%",'<span class="posterName">'+k+"'s</span>").replace("%count%",m)+"</span>"}else{j='<span class="switch"></span><span class="toggleText">'+h.replace("%name%",'<span class="posterName">'+k+"'s</span>").replace("%count%",m)+"</span>";l='<span class="switch"></span><span class="toggleText">'+g.replace("%name%",'<span class="posterName">'+k+"'s</span>").replace("%count%",m)+"</span>"}d(this).hide().before('<div class="toggle">'+j+"</div>").parent("li").addClass("with-replies").children("div.toggle").click(function(){if(d(this).next("ul.children").css("display")==="none"){d(this).html(l)}else{d(this).html(j)}d(this).toggleClass("active").next("ul.children").slideToggle()})});d("#commentForm").submit(function(){var j=false;d(this).find(".vital").each(function(){var k=d(this).attr("value");if(k===undefined||k===""){j=true;d(this).css({borderColor:"#f00"}).fadeOut(250).fadeIn(250)}else{d(this).css({borderColor:"#ccc"})}});if(j){return false}else{return true}});d.each(d.browser,function(j,k){if(j=="msie"&&k===true&&d.browser.version.substr(0,1)==6){d("#commentlist li:first-child").addClass("first-child");d("#commentlist li.bypostauthor > div.comment-body").addClass("bypostauthor");d("body").addClass("ie6")}})});