
$(document).ready(function(){$('ul.month_group').hide();$('li.month_parent a').click(function()
{$(this).next('ul').toggle();});});