$(document).ready(function () {  $('section#comments article, section#comments form').hide();    $('section#comments h3.switch a').click(function () {    $('section#comments article, section#comments form').slideToggle('normal');  	$(this).toggleClass('open');  });});
