
/* Production = UA-9824728-1 */
/* Test       = UA-9824728-4 */
/* Dev        = UA-9824728-5 */
var gaAOSTrackerCode = "";

if (document.location.hostname == "www.aosmithmotors.com")
{
  if (document.location.port == "" || document.location.port == "80")
  {
    gaAOSTrackerCode = "UA-9824728-1";
  }
  
  if (document.location.port == "2223")
  {
    gaAOSTrackerCode = "UA-9824728-4";
  }
  
  if (document.location.port == "2225")
  {
    gaAOSTrackerCode = "UA-9824728-5";
  }
}

if (document.location.hostname == "staging.aosmithmotors.com")
{
  gaAOSTrackerCode = "UA-9824728-4";
}

if (document.location.hostname == "dev.aosmithmotors.com")
{
  gaAOSTrackerCode = "UA-9824728-5";
}

try {
  var pageTracker = _gat._getTracker(gaAOSTrackerCode);
  pageTracker._trackPageview();
} catch(err) {}

