Hello and thanks for your reply.
I checked my theme’s footer.php and it actually has a call for wp_footer() right before the </body> and my Google analytics script…. strange
`</div><!– #page .hfeed .site –>
<?php wp_footer(); ?>
<script type=”text/javascript”>
## google script content
</script>
</body>
</html>