What does the following do
google.load("search", "1");
Can i access this directly via a <script/>
tag.
This is part of the Google Loader service, which allows a JavaScript script to load other common JS script (in this case, the Google AJAX Search API I believe).