If you add an LTTL search box to your site, please let us know!
Drupal Sites
If your site runs on Drupal 5, you can install the Google CSE module and use "002345277342496936605:bpzdr7qp-qe" where it asks for your Google Co-op Custom Search Engine ID.
Non-Drupal Sites
I haven't tested this yet but if you don't use Drupal, Google says you can do this (modify the URL as appropriate):
Paste this code in the page where you'd like your search box to appear.
<!-- Google CSE Search Box Begins -->
<form action="http://yoursite.com/searchresultspage" id="searchbox_002345277342496936605:bpzdr7qp-qe">
<input type="hidden" name="cx" value="002345277342496936605:bpzdr7qp-qe" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="text" name="q" size="25" />
<input type="submit" name="sa" value="Search" />
</form>
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_002345277342496936605%3Abpzdr7qp-qe&lang=en"></script>
<!-- Google CSE Search Box Ends -->
Then paste the following code on http://yoursite.com/searchresultspage, where you would like your search results to appear.
<!-- Google Search Result Snippet Begins -->
<div id="results_002345277342496936605:bpzdr7qp-qe"></div>
<script type="text/javascript">
var googleSearchIframeName = "results_002345277342496936605:bpzdr7qp-qe";
var googleSearchFormName = "searchbox_002345277342496936605:bpzdr7qp-qe";
var googleSearchFrameWidth = 600;
var googleSearchFrameborder = 0;
var googleSearchDomain = "www.google.com";
var googleSearchPath = "/cse";
</script>
<script type="text/javascript" src="http://www.google.com/afsonline/show_afs_search.js"></script>
<!-- Google Search Result Snippet Ends -->