You cannot ever completely hide any client-side, browser-based code. You can however, obfuscate it by using tricks with charCodeAt and String.fromCharCode and the escape method. They will still be able to see it however, if they try hard enough.
jared@aauser.com