hi guys,

we are wanting to install a small script for some website states, but are unsure on where to put the code.

i tried to insert the code into the footer.php but geta a security vioation when in SSL Model

NON SSL
<script type="text/javascript"> var siteID = '469ee0349'; </script> <script type="text/javascript" src="http://www.freestats.co.nz/tracker.js"></script>


SSL CODE
<script type="text/javascript">
var siteID = '469ee0349'; </script>
<script type="text/javascript" src="https://freestats.secureserver.co.nz/stracker.js"></script>

any suggestions much appreciated.

Craig