$(function() {
	
	$('.newsmonth').click(function() {
		$(this).siblings('div').slideToggle();
		return false;
	});
});
