
$(document).ready(function() {
  
	$(".listByMonth").hrzAccordion({
		handlePosition:"left",
		openOnLoad:1,
		fixedWidth:403
	});

 });