All that isn’t working for me is the API google.load part. I can get a direct file to load with no problems but I’m pretty sure that I read on their (Google) site that if you do this then you don’t get the benefit of the zipped and minified code-bases?
Hmm…you can link directly to the minified version. Just link to
<a href="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js">http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js</a>Use whatever version number you want. Currently only 1.2.3 and 1.2.6 are hosted at Google. More information here.
As Ingmar has posted, there is no difference between using google.load() and linking directly.