Index: /schedule/Module/calendar.php
===================================================================
--- /schedule/Module/calendar.php	(revision 15906)
+++ /schedule/Module/calendar.php	(revision 15907)
@@ -144,5 +144,11 @@
 									//document.getElementById('data').innerHTML=source;
 									
-									options.series.push({data:newdata});						
+									options.series.push({
+									
+										data:for(var i=0; i<arrTime.length;i++)
+									{
+										newline[i];
+									},
+									});						
 									var chart = new Highcharts.Chart(options);
 									
@@ -150,5 +156,5 @@
 								}
 							}
-							xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+''+"&time="+year+"-"+month+"-"+day,true);
+							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);
