function setCalendar(){
	if ($('calendar-container')){
		new Calendar({
			calContainer: 'calendar-container',
			weekStart: 1
		});
	}
}

