Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16610)
+++ schedule/Module/calendar.php	(revision 16611)
@@ -102,7 +102,8 @@
 				{
 					//calls the xml request in a loop based on the current sources                
-					var source = ["Mrk 421","Mrk 501"];
+					var source = ['Mrk 421','Mrk 501'];
 					for (i = 0; i<source.length; i++) 
 					{
+                        alert (source[i]);
 						testXMLData(i, source);
 						//$('#data').append('1st'+source);
@@ -126,8 +127,12 @@
 							if (dataSource.length == source.length)
 								{
+                                    alert("new datasource");
 								displayXMLData(dataSource, source); //this will be called when the last data from the list is read
 								//$('#data').append('successfully load'+source +""+dataSource);
 								}
-						}
+                        }
+                        else
+                            alert("status is " + testXML.status);
+                    
 					testXML.send();
 					}
@@ -155,5 +160,6 @@
 							year =this.selection.print("%Y").join("\n");	
 							//document.getElementById('data').innerHTML="Calendar selected! ";
-							 //displayXMLData();                   
+							 //displayXMLData();         
+                             alert("test data");
                              testData();
                         	
