$(document).ready(function() {	$(".yearlyList ol").css("display","none");	$(".yearlyList").click(function(){		$(this).children().slideToggle("slow");	});});