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);
 							
 						  });
Index: /schedule/chart.php
===================================================================
--- /schedule/chart.php	(revision 15691)
+++ /schedule/chart.php	(revision 15692)
@@ -1,3 +1,3 @@
 
-<div id="Time" align="center"><?php echo $_GET['year'],'-',$_GET['month'],'-',$_GET['day'];?></div>
+<div id="Time" align="center"><?php echo $_GET['year'],'-',$_GET['month'],'-',$_GET['day'],$_GET['new'];?></div>
 <div id="container" style="width:100%; height:435px"></div>
