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();
 							
+
                         	
                 });
Index: /schedule/js/chart.js
===================================================================
--- /schedule/js/chart.js	(revision 16721)
+++ /schedule/js/chart.js	(revision 16722)
@@ -11,9 +11,4 @@
 	}
 }
-/*function getDate(day){
-	
-		var days = day;
-		return days;
-	}*/
 
 function GetXMLData(index, source) 
@@ -38,5 +33,5 @@
 				displayXMLData(dataSource, source); //this will be called when the last data from the list is read
 				//$('#data').append('successfully load'+source +""+dataSource);
-			
+
 				}
 		}
