Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16750)
+++ schedule/Module/calendar.php	(revision 16751)
@@ -73,5 +73,5 @@
 				<script type="text/javascript">
 					$(document).ready(function(){
-						//Graph();
+						Graph();
 						var date= new Date();
 						var Year=date.getFullYear();
@@ -108,7 +108,7 @@
 						//alert(year+'-'+month+'-'+day);
 						//window.location = 'index.php?days='+year+'-'+month+'-'+day;
-							$('#Scheduling').load('Module/Scheduling.php?days='+year+'-'+month+'-'+day);
+						$('#Scheduling').load('Module/Scheduling.php?days='+year+'-'+month+'-'+day);
+							//$.get("function/function.php", {day:year+'-'+month+'-'+day});
 							//$.get("function/SplitDelete.php", {days:year+'-'+month+'-'+day});
-							$.get("function/function.php", {day:year+'-'+month+'-'+day});
 						 
 
