$(function() {
	$("#datepicker").datepicker();
	
	$("#accordion").accordion({
		autoHeight: false
	});
});	

