Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16500)
+++ schedule/Module/calendar.php	(revision 16501)
@@ -97,5 +97,5 @@
 				var xmlhttp = new Array();
 				var source = ['Mrk 421','Mrk 501'];
-				var sourceData;
+				var sourceData = [[]];
 				var day;
 				var year;
@@ -122,5 +122,5 @@
 					 if (xmlhttp[index].readyState==4 && xmlhttp.status==200)
 						{
-						sourceData[index]= new Array(); //--> remove this if you use sourceData[[]]
+						//sourceData[index]= new Array(); //--> remove this if you use sourceData[[]]
 						line=xmlhttp[index].responseText.split('\n');
 							for(row=0;row<line.length;row++)
