$(function() {
  var gaTrackCode = "UA-5927444-1";
  var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
  
  jQuery.getScript(gaJsHost + "google-analytics.com/ga.js", function() {
    // http://www.henrytapia.com/archives/2008/04/22/load-only-the-jquery-plugins-you-need-when-you-need-them/
    setTimeout(function() {
      var pageTracker = _gat._getTracker(gaTrackCode);
      pageTracker._trackPageview();
    }, 100);
  });
});

