Heh. I hear ya.

I'm amazed Google can make it work as slick as it does. View the page source for index.php... I just cut and pasted most of that from Google's API docs. All the nasty stuff is hidden behind their API.

The only thing I had to add was a page "onload" function to call all the java script _after_ the page was finished loading. IE apparently chokes if you don't, and the error message is, shall we say, less than helpful?