Index: schedule/Module/Scheduling.php
===================================================================
--- schedule/Module/Scheduling.php	(revision 16982)
+++ schedule/Module/Scheduling.php	(revision 17422)
@@ -1,5 +1,5 @@
 <?php
 	include '../include/factdb.php';
-	include '../function/SplitDelete.php';
+	include 'control.php';
 ?>
 <table width="100%" id="TableHolder" >
@@ -13,14 +13,6 @@
 		<td width="141" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Transaction</td>
 	</tr>
-
 </table>
 	<div id="Data">
+		<script>addRowClone();</script>
 	</div>
-<table width="100%">
-	<tr>
-	
-	
-		<td style="border:0px solid white; color:#37DFB1; font-size:14px;"  width="80%" align="center">&nbsp;</td>
-	
-	</tr>
-</table>
Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16982)
+++ schedule/Module/calendar.php	(revision 17422)
@@ -58,45 +58,27 @@
             var CAL = Calendar.setup({
                     cont: "cont",
-                   // weekNumbers: true,
                     selectionType: Calendar.SEL_MULTIPLE,
                     showTime: 24,
-					//fdow     : 1,
 					dateInfo:getDateInfo
-                    // titleFormat: "%B %Y"
             })
           </script>
 		  </td>
-
             <tr>
               <td>
 				<script type="text/javascript">
-					$(document).ready(function(){
-						Graph();
-					});
-					</script>
-                <script type="text/javascript">
+				$(document).ready(function(){
+					Graph();
+				});
 				var day;
 				var year;
 				var month;
                  CAL.addEventListener("onSelect", function(){
-							day =this.selection.print("%d").join("\n");
-							month =this.selection.print("%m").join("\n");
-							year =this.selection.print("%Y").join("\n");	
-                             GetData();
-							GetDate();
-						$('#Scheduling').load('Module/Scheduling.php?days='+year+'-'+month+'-'+day);
-							//$.get("function/function.php", {days:year+'-'+month+'-'+day});
-							//$load("function/function.php?days:year+-'+month+'-'+day);
-						//$.get("function/SplitDelete.php", {days:year+'-'+month+'-'+day});
-						 
-
-							 //GetDate();
-							
-
-                        	
-                });
-						
-						
-							
+						day =this.selection.print("%d").join("\n");
+						month =this.selection.print("%m").join("\n");
+						year =this.selection.print("%Y").join("\n");	
+						GetData();
+						GetDate(day,month,year);
+						$('#Scheduling').load('Module/Scheduling.php?days='+year+'-'+month+'-'+day);   	
+                });							
                </script>
               </td>
@@ -107,5 +89,4 @@
       </tr>
     </table>
-
   </body>
 </html>
Index: schedule/Module/link.php
===================================================================
--- schedule/Module/link.php	(revision 16982)
+++ schedule/Module/link.php	(revision 17422)
@@ -1,10 +1,3 @@
-
-
-
-
-
-
-
-<script src="js/jquery-1.9.1.js"></script>
+<script src="js/jquery-1.7.1.js"></script>
 <script src="js/jquery-ui-1.10.1.custom.js"></script>
 <link href="css/jquery-ui-1.10.1.custom.css" rel="stylesheet">
