In this section of the code
Code:
<input name="sitesearch" type="radio" value="www.yoursite.com" checked> Yoursite.com<br />
<input name="sitesearch" type="radio" value=""><a href="http://www.google.com/search"><img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></A>
if you removed the first part, then make sure the second part has the checked
Code:
<input name="sitesearch" type="radio" value="" checked><a href="http://www.google.com/search"><img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></A>