Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 15691)
+++ schedule/Module/calendar.php	(revision 15692)
@@ -80,4 +80,5 @@
 											var f = lines[row].split(',');
 											Time[row]=f[0];
+											//var DateT= new Date(Time);
 											//arr[row]="["+f[4]+"]";
 											for(var t=0; t<Time.length;t++)
@@ -154,5 +155,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?day='+day+"&month="+month+"&year="+year+"&new="+newline);
 							
 						  });
