Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16511)
+++ schedule/Module/calendar.php	(revision 16512)
@@ -114,4 +114,6 @@
 
 					index = xmlhttp.length - 1;
+					document.getElementById('data').innerHTML="XML request is in the array! ";
+
 				}
 
@@ -119,6 +121,7 @@
 				{
 					getXML();
-					xmlhttp[index].onreadystatechange=xmlStateChange()
-					
+					xmlhttp[index].onreadystatechange=xmlStateChange();
+					document.getElementById('data').innerHTML="XML data were taken! ";
+
 					xmlhttp[index].open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[index])+"&time="+year+"-"+month+"-"+day,true);
 					xmlhttp[index].send();
@@ -132,4 +135,7 @@
 						//sourceData[index]= new Array(); //--> remove this if you use sourceData[[]]
 						line=xmlhttp[index].responseText.split('\n');
+						document.getElementById('data').innerHTML="XML value has changed!";
+						document.getElementById('data').innerHTML=xmlhttp[index].responseText;
+
 							for(row=0;row<line.length;row++)
 							{
@@ -156,5 +162,6 @@
 							 month =this.selection.print("%m").join("\n");
 							year =this.selection.print("%Y").join("\n");	
-							
+							document.getElementById('data').innerHTML="Calendar selected! ";
+
 	
 						//displayData();
