<h4>Live/MSDN Community Search</h4>
<!-- Site search from Live Search-->
<form method="get" 
     action="http://search.live.com/results.aspx"> 
<input type="hidden" name="cp" id="cp"
     value="1252"/> 
<input type="hidden" name="FORM" id="form" value="FREESS"/>
<table bgcolor="#FFFFFF">
<tr>
 
<input type="text" name="qLive" id="qLive" size="20"/>
<input type="button" value="Search Live" onclick="searchIt()"/>
<input type="hidden" name="q1Live" id="q1Live"
     value="macro:andyed.windowslive"/>
</td>
</tr>
<tr><td>
<a href="http://search.live.com/">
<img src="http://search.live.com/s/affillogoLive.gif" 
     border="0" ALT="Live Search"/>
</a></td></tr>
</table>
<br/>
</form>
<script>
function searchIt() {
var url='http://search.live.com/results.aspx?';
url+='q='+document.getElementById("qLive").value;
url+='&q1='+document.getElementById("q1Live").value;
url+='&cp='+document.getElementById("cp").value;
url+='&FORM='+document.getElementById("form").value;
document.location = url;
}
</script>
