$(document).ready(function(){$(".study_toggle").each(function(){$(this).children(".header").click(function(){$(this).next().toggle("fast")})})});