What do I need to include to do a google.load() statement? I'm getting error "google is not defined".
Based on this page, http://code.google.com/apis/ajax/documentation/#DetailedDocumentation I thought I should add this:
<script type="text/javascript"
src="http://www.google.com/jsapi?key=ABCDEFG">
</script>
But when I did, I get "window.LoadFirebugConsole" is not a function.
Thanks, Neal