Index: /schedule/Module/calendar.php
===================================================================
--- /schedule/Module/calendar.php	(revision 16492)
+++ /schedule/Module/calendar.php	(revision 16493)
@@ -138,5 +138,5 @@
 						function displayData() //--> you can use the content of this function in the event listener
 						{
-							for (i=0; i<=source.length; i++)
+							for (i=0; i<source.length; i++)
 							{
 							getXMLData();
@@ -150,5 +150,5 @@
 							year =this.selection.print("%Y").join("\n");	
 							
-						getXML();
+						//getXML();
 						displayData();
 						});
