
Originally Posted by
getyourgameshere.com
i just downloaded it and just FYI, its still in the header. Here's the code I have:
Code:
<script type="text/javascript">
function zen_urchinTracker() {
var scrUTM = document.createElement("script");
scrUTM.type = "text/javascript";
scrUTM.src = "http://www.google-analytics.com/urchin.js";
document.body.appendChild(scrUTM);
var scrUTM = document.createElement("script");
scrUTM.type = "text/javascript";
scrUTM.innerHTML = "\n _uacct = 'UA-XXXX';\n urchinTracker();\n";
document.body.appendChild(scrUTM);
}
</script>
yes I x-ed out my id lol
the body tag has this:
Code:
<body id="indexBody" onload="javascript:zen_urchinTracker();">
However, with that said.. i do not have any code in the footer

You simply are not able to look. I see at the botom of your page:
Code:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script><script type="text/javascript">
_uacct = 'UA-400509-1';
urchinTracker();
</script></body></html>