$("#clean-url .description span").append('<div class="ok">'+Drupal.t('Your server has been successfully tested to support this feature.')+"</div>");
$("#testing").toggle();
$("#testing").hide();
},
error:function(){
// Check failed.
$("#clean-url .description span").append('<div class="warning">'+Drupal.t('Your system configuration does not currently support this feature. The <a href="http://drupal.org/node/15365">handbook page on Clean URLs</a> has additional troubleshooting information.')+"</div>");