Yes, the Javascript method works for me.
At the bottom of the page, right before the closing </body> tag, I have this code:
HTML Code:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-xxxx-x";
urchinTracker();
</script>
You have to go to google analytics to get your own "_uacct" number.