Index: /schedule/Module/calendar.php
===================================================================
--- /schedule/Module/calendar.php	(revision 15694)
+++ /schedule/Module/calendar.php	(revision 15695)
@@ -98,6 +98,6 @@
 										
 									}
-									//source['Mrk 421']=arr;
-									document.getElementById('data').innerHTML=newline;
+									var newdata=newline.join();
+									document.getElementById('data').innerHTML=newdata;
 									var chart = new Highcharts.Chart({
 									
@@ -113,5 +113,5 @@
 													},
 											categories:["","","","","","","","19:00","20:00","21:00","22:00","23:00","24:00","1:00","2:00","3:00","4:00","5:00","6:00","7:00"]},
-										series:[{data:[newline]}], /* array of Data  */
+										series:[{data:[newdata]}], /* array of Data  */
 										
 										remove:function()
@@ -154,5 +154,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+'&new='+newline);
+							$('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
 							
 						  });
Index: /schedule/chart.php
===================================================================
--- /schedule/chart.php	(revision 15694)
+++ /schedule/chart.php	(revision 15695)
@@ -1,3 +1,3 @@
 
-<div id="Time" align="center"><?php echo $_GET['year'],'-',$_GET['month'],'-',$_GET['day'],$_GET['new'];?></div>
+<div id="Time" align="center"><?php echo $_GET['year'],'-',$_GET['month'],'-',$_GET['day'];?></div>
 <div id="container" style="width:100%; height:435px"></div>
