How does Google Suggest work?

With the help of this tool: JavaScript Code Improver, I was able to figure this out…

http://www.google.com/complete/search?js=true&qu=foo

The result here is run through JavaScript’s eval function.

Hmmm…