 
<!-- REV20110308: replaced google analytics code with new code from google supposedly asynchronus -->
<!-- For more information, see code.google.com/apis/analytics/docs/tracking/asyncTracking.html  -->
<!-- Copy the following code, then paste it onto every page you want to track immediately before the closing </head> tag.  -->
<!-- GOOGLE recommends:  -->
<!-- For the best performance across all browsers we suggest you position other scripts in your site in one of these ways:  -->
<!-- before the tracking code snippet in the <head> section of your HTML  -->
<!-- after both the tracking code snippet and all page content (e.g. at the bottom of the HTML body) -->

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-539496-1']);
  _gaq.push(['_trackPageview']);
 
  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
  
