Index: schedule/authenticate/body.php
===================================================================
--- schedule/authenticate/body.php	(revision 15685)
+++ schedule/authenticate/body.php	(revision 15745)
@@ -41,93 +41,11 @@
 								<br/>
 									<div width="100px">
-										<label style=" color:#37DFB1; font-size:14px;"> Search : </label><input type="search" id="textbox" size="26" style="font-weight:normal" />
+										<!-- AKI -->
+										<?php
+                                        include 'search.php';
+										?>
 										
-										<script type="text/javascript">
-											jQuery.fn.filterByText = function(textbox, selectSingleMatch) {
-											  return this.each(function() {
-												var select = this;
-												var options = [];
-												
-												$(select).find('option').each(function() {
-												  options.push({value: $(this).val(), text: $(this).text()});
-												});
-												$(select).data('options', options);
-												$(textbox).bind('change keyup', function() {
-												  var options = $(select).empty().scrollTop(0).data('options');
-												  var search = $.trim($(this).val());
-												  var regex = new RegExp(search,'gi');
-
-												  $.each(options, function(i) {
-													var option = options[i];
-													if(option.text.match(regex) !== null) {
-													  $(select).append(
-														 $('<option>').text(option.text).val(option.value)
-													  );
-													}
-													
-													
-												  });
-												  if (selectSingleMatch === true && 
-													  $(select).children().length === 1) {
-													$(select).children().get(0).selected = true;
-												  }
-											});
-											  });
-											};
-
-											 $(function() {
-												 
-												$('#source').filterByText($('#textbox'), true);
-												
-												
-												}); 
-                                                </script>
-                                                <script>
-											  $(document).ready(function() {
-												  $("#source").blur(function() {
-													  if ($(this).val() != ''){
-														  $("#textbox").attr("disabled", "disabled");
-													  }else{
-														  $("#textbox").removeAttr("disabled");
-														  }
-												  });
-												 
-												 $("#remove").click(function(){
-												  
-												  $("#textbox").removeAttr("disabled");
-												  
-												  
-												  });
-
-												 
-											  });
-												</script>
-                                         
-                                          
 										<br />
-									</div>
-								
-							
-						<table width="50%">
-							<tr>
-								<td style=" color:#37DFB1; font-size:14px;" align="center">
-									Source List
-									<br/>
-									<select name="source" id="sourcelist" multiple="multiple" style="width:100%; min-width:110px; heigth:150%;" size="10">
-									</select>
-                                    
-                                </td>
-								<td>
-									<br/>
-									<input type="button" id="add" value=">>">
-									<br/>
-									<input type="button" id="remove" value="<<">
-								</td>
-								<td style=" color:#37DFB1; font-size:14px;" align="center">
-									display<br/>
-									<select id="sourcedisplay" name="sourcedisplay" multiple="multiple" style="width:100%; min-width:110px; heigth:150%;" size="10"></select>
-								</td>
-							</tr>
-						</table>
+									</div>		
 					</div>
 					<div id="column3">
