The code from the post below works great however some servers handle the environment varaibles differently with PHP. I needed the code below for a few servers that did not process the PHP code correctly. This will also handle SSL/NON-SSL so that the correct scripts are loaded from GOOGLE, avoiding the page security warnings.

Try this if your scripts are not loading/excuting with the code below. (check source code - if the script code is not being written with the code from the post below this one, try this).

I included both types of code snippets in the download file.




_uacct = "UA-xxxxxxx";
urchinTracker();


More...