Index: /schedule/Module/calendar.php
===================================================================
--- /schedule/Module/calendar.php	(revision 16009)
+++ /schedule/Module/calendar.php	(revision 16010)
@@ -62,7 +62,7 @@
 							var newtime;
 							var source=[];
-							source.push($('#box2View').text());
+							source=$('#box2View').text();
 							document.getElementById('data').innerHTML=source;
-							for(var i = 0; i<source.length;i++)
+							for(var q = 0; q<source.length;q++)
 							{
 							var xmlhttp;
@@ -125,5 +125,5 @@
 									var colon = [];
 									var Temp = [];
-									var source = [];
+									//var source = [];
 									for(var row=0;row<lines.length; row++)
 									{
@@ -287,5 +287,6 @@
 								}
 							}
-							xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source)+"&time="+year+"-"+month+"-"+day,true);
+							
+							xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[q])+"&time="+year+"-"+month+"-"+day,true);
 							xmlhttp.send();
 							$('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
