Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 15624)
+++ schedule/Module/calendar.php	(revision 15629)
@@ -28,6 +28,6 @@
           <script type="text/javascript">
 		   var DATE_INFO = {
-              20130207: { klass: "highlight", tooltip: "%Y/%m/%d (%A)<br />That was yesterday" },
-              20130208: { klass: "highlight", tooltip: "And this is TODAY" }
+              20130507: { klass: "highlight", tooltip: "%Y/%m/%d (%A)<br />That was yesterday" },
+              20130508: { klass: "highlight", tooltip: "And this is TODAY" }
 			};
 		
@@ -87,5 +87,5 @@
 													newline[row]="["+x[1]+","+0+"]";
 												}
-												else if(f[4]=="" & f[0]=="")
+												else if(f[4]=="" && f[0]=="")
 												{
 													newline[row]="["+x[1]+","+0+"]";
@@ -98,8 +98,50 @@
 									//source['Mrk 421']=arr;
 									document.getElementById('data').innerHTML=newline;
-
-<?php
-							include 'function/Graph.php';
-?>
+									var chart = new Highcharts.Chart({
+										chart: {
+											renderTo: 'container' /* display to div Graph*/
+									   },
+										
+										xAxis: {
+										labels: {
+													rotation: -45,
+													align: 'right',
+													},
+											categories:["","","","","","","","19:00","20:00","21:00","22:00","23:00","24:00","1:00","2:00","3:00","4:00","5:00","6:00","7:00"]},
+										series:[{data:newline}], /* array of Data  */
+										
+										remove:function()
+										{
+											return false;
+										},
+										
+										 exporting: {							/*--------------------*/
+										  buttons: {							/*					  */
+											exportButton: {					/*		Export		  */
+													menuItems: null,			/*		  to		  */
+												   onclick: function() {		/*			PNG.file  */
+														this.exportChart();		/*--------------------*/
+													}
+												}
+											}
+										},
+										
+										plotOptions:
+										{
+										series: {
+												marker: {
+													enabled: false,
+													
+												}
+												 
+										}
+										},
+									
+										
+										
+									}),
+									/*$('#add').click(function(){
+										
+									});*/
 									
 								}
