		function loadCal(month, year) {
			$("#reservations").fadeOut('fast',	function() {$('#cal_container').load('cal/calendar.php?y=' + year + '&m=' +month);});
			$('#reservations').fadeIn('fast');
		}