I am trying to add Google Analytics script to my home page.

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-xxxxxxx-1";
urchinTracker();
</script>

But I simply can not add it....It comes up with "Tracking not yet added to your website".

I add it just before </body>....I save it.....publish it......and no avail.....Mainly it does not save "http://www.google-analytics.com" part at all.

I use NVU1.
Would it help if I copy and paste my Source Code here? May be someone would insert the Script into a correct place for me???

Thank you.