document.observe("dom:loaded", function() {
  var postAnonymousCheckbox = $$('.toggle_for_anonymous_posting').first();
  if (postAnonymousCheckbox != null) {
      new ThePoint.SwappingElementToggler(postAnonymousCheckbox, $$('ul.author_anonymous').first(), $$('ul.author_public').first());
  }
});