Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16543)
+++ schedule/Module/calendar.php	(revision 16544)
@@ -106,9 +106,10 @@
 					if (window.XMLHttpRequest)
 						 {// code for IE7+, Firefox, Chrome, Opera, Safari
-                         alert("new request created");
+                         alert("new window request created");
 						 xmlhttp.push(new XMLHttpRequest());
 						 }
 					else
 						 {// code for IE6, IE5
+                         alert("new other request created");
 						 xmlhttp.push(new ActiveXObject("Microsoft.XMLHTTP"));
 						 }
