keine

If you are annoyed that your otherwise totally valid website is throwing javascript errors when using Google analytics you want to might try the following modification to the analytics call:

<script type="text/javascript" src="http://www.google-analytics.com/urchin.js">
</script>
<script type="text/javascript">
_uacct = "UA-123456-1";
if(typeof urchinTracker != 'undefined')
{ urchinTracker(); }
</script>

keine