document.write('\
\ \
\ '); $(document).ready(function(){ $('dl.faq > dt').click(function(){ $(this).next('dd').stop(true, true).slideToggle(); }); });