Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16337)
+++ schedule/Module/calendar.php	(revision 16338)
@@ -120,5 +120,5 @@
 								  xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
 								  }
-								xmlhttp.onreadystatechange=function()
+								xmlhttp.onreadystatechange=function(data)
 								  {
 								  if (xmlhttp.readyState==4 && xmlhttp.status==200)
@@ -126,12 +126,13 @@
 										
 											Data[src]= new Array();
+											var str="";
 											line=xmlhttp.responseText.split('\n');
 											for(row=0;row<line.length;row++)
 											{
 												rows=line[row].split(',');
-												Data[src][row]=rows[4];
-												document.getElementById('data').innerHTML=Data[0][row];
+												str+=Data.push(rows[4]);
 											}
-											//GraphData.apply(src,Data);
+											return str;
+											
 									}
 								}
@@ -140,8 +141,7 @@
 								xmlhttp.send();
 							}
-							/*function GraphData(src,data)
-							{
-								document.getElementById('data').innerHTML=data[];
-							}*/
+							
+								document.getElementById('data').innerHTML=xmlhttp[0];
+							
 							
 							
