jQuery(function(){jQuery("#openid_system_status").hide();jQuery("#openid_status_link").click(function(){jQuery("#openid_system_status").toggle();return false})});function stylize_profilelink(){jQuery("#commentform a[href$='profile.php']").addClass("openid_link")}function add_openid_to_comment_form(f,e){var c=e;var b=jQuery("#openid_comment");var g=jQuery("#login_with_openid");var d=jQuery("#url");jQuery('label[for="url"],#url').filter(":last").after(b.hide());if(d.val()){a(d)}d.blur(function(){a(jQuery(this))});function a(h){h.addClass("openid_loading");if(h.val()==""){g.attr("checked","");b.slideUp();return}jQuery.getJSON(f+"?openid=ajax",{url:h.val(),_wpnonce:c},function(i,j){h.removeClass("openid_loading");if(i.valid){g.attr("checked","checked");b.slideDown()}else{g.attr("checked","");b.slideUp()}c=i.nonce})}};