Happy new year,
I want to install the statcounter code (javascript) into the index.php in free-ur-mind. After installing the page will not load propperly anymore, I HAVE to install it in index.php to get all pages listed. Please advice. Thanks

Update:
This is the code involved:
<!-- Start of StatCounter Code -->
<script type="text/javascript">
var sc_project=xxxxxxxxxx;
var sc_invisible=0;
var sc_partition=36;
var sc_security="7ae041f8";
</script>
<script type="text/javascript" src="
http://www.statcounter.com/counter/counter_xhtml.js"></script><noscript><div class="statcounter"><a class="statcounter" href="
http://www.statcounter.com/"><img class="statcounter" src="
http://c37.statcounter.com/3304952/0/7ae041f8/0/" alt="free hit counter" /></a></div></noscript>
<!-- End of StatCounter Code -->
The code must be installed just before </body>
I hope this update makes the problem clear.