Index: /schedule/search/search.php
===================================================================
--- /schedule/search/search.php	(revision 17430)
+++ /schedule/search/search.php	(revision 17430)
@@ -0,0 +1,60 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- saved from url=(0045)http://www.meadmiracle.com/dlb/DLBPlugin.aspx -->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head id="Head1">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<script src="search/jQuery Dual Listbox Plug-In_files/jQuery.dualListBox-1.2.min.js" language="javascript" type="text/javascript"></script>
+    <script language="javascript" type="text/javascript">
+        $(function() {
+            $.configureBoxes();
+        });
+    </script>
+    <link href="search/jQuery Dual Listbox Plug-In_files/styles.css" type="text/css" rel="Stylesheet">
+<title>
+	FACT
+</title>
+</head>
+<body>
+   
+
+  <input type="text" size="18" id="box1Filter" placeholder="Search Here" />
+  <button type="button" id="box1Clear" class="buttonc">&nbsp;Clear&nbsp;</button>
+</div>
+
+
+    <table>
+            <tbody><tr>
+                <td width="192"><label>Source List</label>
+						<select id="box1View" multiple="multiple" style="height:180px;width:115px;">
+					<?php
+				$con=mysql_connect("localhost","scheduletest","t3stsched");
+				mysql_select_db("sandboxschedule",$con);
+					$query=mysql_query("SELECT*FROM source");
+					while($rs=mysql_fetch_array($query)){
+						?>
+							<option value="<?php echo $rs['fSourceKEY']; ?>"><?php echo $rs['fSourceName']; ?></option>
+						<?php
+					}
+					?>
+					</select>
+                       <select id="box1Storage" style="display: none;">
+                        
+				  </select>
+              </td>
+                <div>
+				<td width="39" style="margin-left: -10px;">
+                    <button id="to2" type="button">&nbsp;&gt;&nbsp;</button><button id="to1" type="button">&nbsp;&lt;&nbsp;</button>
+                 </td> 
+                  </div>
+                
+                <td width="370">
+         <input type="text" id="box2Filter" hidden >
+                 <label>Displayed</label>
+					<select id="box2View" multiple="multiple" style="height:180px;width:115px;"></select>
+                    <select id="box2Storage" style="display: none;"></select>
+              </td>
+            </tr>
+        </tbody>
+		</table>
+</body>
+</html>
