JavaScript bookmarklet

I'd like to add a Google Site Search as a firefox search engine but I assume it's not possible to add javascript to the xml file, correct?
The working bookmarklet looks like this:
javascript:location='http://www.google.com/search?q=site:'+escape(location.hostname)+'%20%S'

GollyJer