Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16440)
+++ schedule/Module/calendar.php	(revision 16452)
@@ -46,7 +46,5 @@
 					?>
 			
-             // 20130507: { klass: "highlight", tooltip: "%Y/%m/%d (%A)<br />That was yesterday" },
-             // 20130508: { klass: "highlight", tooltip: "And this is TODAY" }
-			<?php
+            <?php
 				}
 			?>
@@ -113,8 +111,10 @@
 							for(sources=0;sources<source.length;sources++)
 								  {
+								  
 								if (window.XMLHttpRequest)
 								  {// code for IE7+, Firefox, Chrome, Opera, Safari
 								  xmlhttp=new XMLHttpRequest();
 								  }
+								  alert(sources);
 								else
 								  {// code for IE6, IE5
@@ -153,8 +153,7 @@
 								for(i=0;i<array[index].length;i++)
 								{
-									/*for(ii=0;ii<Data[i].length;ii++)
-									{*/
+									
 										document.getElementById('day').innerHTML=array[index];
-									/*}*/
+									
 								}
 							}
