Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16472)
+++ schedule/Module/calendar.php	(revision 16473)
@@ -124,5 +124,12 @@
 								  }
 								
-								xmlhttp[sources].onreadystatechange=function()
+								
+								xmlhttp[sources].open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[sources])+"&time="+year+"-"+month+"-"+day,true);
+								xmlhttp[sources].send();
+								//document.getElementById('data').innerHTML=source.length+""+Data[sources];
+										
+								}
+								
+								/*xmlhttp[sources].onreadystatechange=function()
 								  {
 								  
@@ -144,11 +151,5 @@
 											//$('#data').append(line);
 									//}
-								}
-								
-								xmlhttp[sources].open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[sources])+"&time="+year+"-"+month+"-"+day,true);
-								xmlhttp[sources].send();
-								//document.getElementById('data').innerHTML=source.length+""+Data[sources];
-										
-								}
+								}*/
 						
 							/*function GraphData(DataSource, index)
