Index: /schedule/Module/Scheduling.php
===================================================================
--- /schedule/Module/Scheduling.php	(revision 16277)
+++ /schedule/Module/Scheduling.php	(revision 16277)
@@ -0,0 +1,29 @@
+<table width="100%" id="TableHolder" >
+	<tr>
+		<td width="184" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Time</td>
+		
+		<td width="170" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Measurement</td>
+		<td width="145" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Source list</td>
+		<td width="316" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Value</td>
+		<td width="141" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Transaction</td>
+	</tr>
+	<tr>
+	
+		
+		<td style="border:0px solid white; color:#37DFB1; font-size:14px;"   colspan="4">&nbsp;</td>
+	</tr>
+
+</table>
+<table width="100%" id="TableH">
+</table>
+<table width="100%" id="TableH1">
+</table>
+
+<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/authenticate/body.php
===================================================================
--- /schedule/authenticate/body.php	(revision 16276)
+++ /schedule/authenticate/body.php	(revision 16277)
@@ -59,35 +59,10 @@
 						<input type="button" id="save" value="SAVE" class="button" title="Click to save">&nbsp;&nbsp;&nbsp;<input type="button" id="LoadPrev" value="Load Previous Night" class="button" title="Click to load previous night">
 					</div>
-						<div style="border:2px solid white; width:100%;">
-							<table width="100%" id="TableHolder" >
-								<tr>
-									<td width="184" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Time</td>
-									
-									<td width="170" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Measurement</td>
-									<td width="145" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Source list</td>
-									<td width="316" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Value</td>
-									<td width="141" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Transaction</td>
-								</tr>
-								<tr>
-								
-									
-									<td style="border:0px solid white; color:#37DFB1; font-size:14px;"   colspan="4">&nbsp;</td>
-								</tr>
-							
-							</table>
-							<table width="100%" id="TableH">
-							</table>
-							<table width="100%" id="TableH1">
-							</table>
-							
-							<table width="100%">
-								<tr>
-								
-								
-									<td style="border:0px solid white; color:#37DFB1; font-size:14px;"  width="80%" align="center">&nbsp;</td>
-								
-								</tr>
-							</table>
-							
+						<div style="border:2px solid white; width:100%;" id="Scheduling">
+							<script type="text/javascript">
+								$(document).ready(function(){
+									$('#Scheduling').fadeIn('slow').load('module/Scheduling.php');
+								});
+							</script>
 						</div>
 						<div style="border:2px solid white; width:100%;" align="center" id="SchedulingAppend">
