var ga_account = 'UA-218852-1';
var _gaq = _gaq || [];
_gaq.push(['_setAccount', ga_account]);
_gaq.push(['_setDomainName', '.net-temps.com']);
_gaq.push(['_trackPageview']);
 
/* Changed by Josh 2/9/2010, breaking the Google Analytics tracking into two pieces. This one should be included 
 * at the top of the <body> element
 */

/* Old version of second half of snippet - this doesn't seem to be quite right - Josh 2/9/10
(function() {
    var ga = document.createElement('script');
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
	      'http://www') + '.google-analytics.com/ga.js';
    ga.setAttribute('async', 'true');
    document.documentElement.firstChild.appendChild(ga);
})();
*/


