G'day All,

I wish to include the Live Search (www.search.live.com) into the header of my store.

I have found the search_header.php file, and would like to modify that to include the code that Live Search has given me.

If you go to http://search.live.com/siteowner

You will find that there are two search engines that i can use, one will open the results in their window, and the other in mine.

Obviously I would just like the search box, to open the results completely in their window.

So the code i need to put into the search_header.php is

<!-- Web search from Live Search-->

<form method="get"
action="http://search.live.com/results.aspx">

<input type="hidden" name="cp"
value="1252"/>

<input type="hidden" name="FORM" value="FREEWS"/>
<table bgcolor="#FFFFFF">
<tr>
<td>

<a href="http://search.live.com/">
Is there any way to include this so the search box will appear in my header?