﻿// Set up the Google Analytics code for the page.
// It's the same on all pages

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

jQuery(document).ready(function() {
  try {
    var pageTracker = _gat._getTracker("UA-2631128-1");
    pageTracker._setDomainName("none");
    pageTracker._setAllowLinker(true);
    pageTracker._trackPageview();
  } catch (err) { }

});
