$(document).ready(function(){$("a.anchor").anchorAnimate();$("#full-post span.comment-count a").attr("href","#comments");$("#contactform").submit(function(){var a=$(this).attr("action");$("#contactform #submit").attr("disabled","disabled").after('<img src="/wp-content/themes/NewEnKimono/img/ajax-loader.gif" class="loader" />');$("#message").slideUp(750,function(){$("#message").hide();$.post(a,{name:$("#name").val(),email:$("#email").val(),phone:$("#phone").val(),subject:$("#subject").val(),comments:$("#comments").val()},function(b){document.getElementById("message").innerHTML=b;$("#message").slideDown("slow");$("#contactform img.loader").fadeOut("fast",function(){$(this).remove()});$("#contactform #submit").attr("disabled","");if(b.match("success")!=null){$("#contactform").slideUp("slow")}})});return false})});$.fn.anchorAnimate=function(a){a=$.extend({speed:1100},a);return this.each(function(){var b=this;$(b).click(function(e){e.preventDefault();var d=window.location.href;var f=$(b).attr("href");var c=$(f).offset().top;$("html:not(:animated),body:not(:animated)").animate({scrollTop:c},a.speed,function(){window.location.hash=f});return false})})};
