Index: /schedule/Module/calendar.php
===================================================================
--- /schedule/Module/calendar.php	(revision 15615)
+++ /schedule/Module/calendar.php	(revision 15616)
@@ -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?'+newline+'&day='+day+"&month="+month+"&year="+year);
+						  $('#Graph').load('chart.php?newline='+newline+'&day='+day+"&month="+month+"&year="+year);
                           });
 
Index: /schedule/chart.php
===================================================================
--- /schedule/chart.php	(revision 15615)
+++ /schedule/chart.php	(revision 15616)
@@ -8,4 +8,4 @@
 	//document.getElementById('Time').innerHTML=arr;
 </script>
-<div id="Time" align="center"><?php echo $_GET['year'],'-',$_GET['month'],'-',$_GET['day']; $_GET['newline']?></div>
+<div id="Time" align="center"><?php echo $_GET['year'],'-',$_GET['month'],'-',$_GET['day'],$_GET['newline'];?></div>
 <div id="container" style="width:100%; height:435px"></div>
