Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16721)
+++ schedule/Module/calendar.php	(revision 16722)
@@ -104,6 +104,15 @@
 							year =this.selection.print("%Y").join("\n");	
                              GetData();
+
+						
+						//alert(year+'-'+month+'-'+day);
+						window.location = 'index.php?days='+year+'-'+month+'-'+day;
+							//$.get("function/SplitDelete.php", {days:year+'-'+month+'-'+day});
+							$.get("function/function.php", {day:year+'-'+month+'-'+day});
+						 
+
 							 //GetDate();
 							
+
                         	
                 });
