Index: /schedule/Module/calendar.php
===================================================================
--- /schedule/Module/calendar.php	(revision 16186)
+++ /schedule/Module/calendar.php	(revision 16187)
@@ -221,5 +221,5 @@
 								
 								
-							function loadGraph(y,x)
+							$(function loadGraph(y,x)
 							{
 								var options = {
@@ -279,5 +279,5 @@
 								$('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
 								document.getElementById('data').innerHTML=x;
-							}
+							});
 							loadGraph();
 							
