The form is:
<div id="searchwrapper"><form action="search.php" name="searchme" id="searchme">
                          <input type="text" class="searchbox" name="s" value="" />
                          <input type="image" src="images/blankSearch.png" class="searchbox_submit" name=""  value="Submit" />
                          <table cellpadding="2" cellspacing="0" border="0">
                            <tr>
                              <td align="center"><input type="hidden" name="WADbSearch1" value="Submit" /></td>
                            </tr>
                          </table>
                    	</form>
</div>
reason I'm thinking it might be the form is the way the last two inputs are.. I have an image for my "submit" button..and then when I added the search, it made it hidden. I could be totally wrong though.
I may have to rip every piece of code out and try again...


