Google has the very nice JavaScript compressor called "Closure"
http://closure-compiler.appspot.com/home
But it's a pain to use for inline JavaScript within an HTML file.
Question: Does an online tool exist where I simply give the input "uncompress.html" and it spits out the compressed version of that HTML with all inline JavaScript compressed as well?