Index: /schedule/Module/calendar.php
===================================================================
--- /schedule/Module/calendar.php	(revision 15640)
+++ /schedule/Module/calendar.php	(revision 15641)
@@ -56,6 +56,5 @@
 		                  var month =this.selection.print("%m").join("\n");
 		                  var year =this.selection.print("%Y").join("\n");				  
-							var newline = [];	
-							var arrTime = [];
+							
 							var xmlhttp;
 							if (window.XMLHttpRequest)
@@ -73,4 +72,6 @@
 									var lines =xmlhttp.responseText.split('\n');
 									//var arr = [];
+									var newline = [];	
+									var arrTime = [];
 									var Time = [];
 									var colon=[];
@@ -87,5 +88,5 @@
 												{
 													var c=Time[st].split(':');
-													arrTime=st[0]+'.'+st[1];
+													arrTime=c[0]+'.'+c[1];
 													if(f[4]==0)
 													{
Index: /schedule/chart.php
===================================================================
--- /schedule/chart.php	(revision 15640)
+++ /schedule/chart.php	(revision 15641)
@@ -1,7 +1,3 @@
 
-
-<script type="text/javascript">
-	document.getElementById('Time').innerHTML=newline;
-</script>
 <div id="Time" align="center"><?php echo $_GET['year'],'-',$_GET['month'],'-',$_GET['day'];?></div>
 <div id="container" style="width:100%; height:435px"></div>
