Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16757)
+++ schedule/Module/calendar.php	(revision 16758)
@@ -15,8 +15,6 @@
 	<script src="js/Graph.js"></script>
     <script src="Module/src/js/lang/en.js"></script>
-   <!-- <script src="js/xmlrequest.js"></script> -->
    <style type="text/css">
       .highlight { color: #0f0 !important; font-weight: bold; }
-      .highlight2 { color: #0f0 !important; font-weight: bold; }
     </style>
     
@@ -74,23 +72,4 @@
 					$(document).ready(function(){
 						Graph();
-						var date= new Date();
-						var Year=date.getFullYear();
-						var Day=date.getDay()+2;
-						var Month=date.getMonth()+1;
-						<?php 
-						$sqlSched1=mysql_query("SELECT*FROM schedule");
-						while($rowSched1=mysql_fetch_array($sqlSched1))
-						{
-						
-						 $timestamp1=strtotime($rowSched1['fStart']);
-						?>
-							if(Year+""+Day+""+Month==<?php echo date('Ydm',$timestamp1); ?>)
-							{
-								alert('wa');
-							}
-						<?php
-						}
-						?>
-						
 					});
 					</script>
@@ -105,10 +84,7 @@
                              GetData();
 
-						
-						//alert(year+'-'+month+'-'+day);
-						//window.location = 'index.php?days='+year+'-'+month+'-'+day;
 						$('#Scheduling').load('Module/Scheduling.php?days='+year+'-'+month+'-'+day);
 							//$.get("function/function.php", {day:year+'-'+month+'-'+day});
-						$.get("function/SplitDelete.php", {days:year+'-'+month+'-'+day});
+						//$.get("function/SplitDelete.php", {days:year+'-'+month+'-'+day});
 						 
 
