Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 15614)
+++ schedule/Module/calendar.php	(revision 15615)
@@ -68,5 +68,5 @@
 								{
 									var lines =xmlhttp.responseText.split('\n');
-									var arr = [];
+									//var arr = [];
 									var Time = [];
 									var newline = [];
@@ -100,5 +100,5 @@
 							xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true);
 							xmlhttp.send();
-						  $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
+						  $('#Graph').load('chart.php?'+newline+'&day='+day+"&month="+month+"&year="+year);
                           });
 
