$(document).ready(function() {
 $(".tx-comments-comment-form").css('display', 'none');
 
  $("a#kommentar_schreiben").bind('click', function(){
    $(".tx-comments-comment-form").fadeIn(2000);
  
  }); 
 
 $("#kesmalladsform_modeselector1").bind('change', function(){
    this.form.submit();
  
  }); 
});
