var siteId = 'UA-512074-4';       // the Google Analytics tracking code for the site
var domainName = '.steelcase.com'; // change this to the domain name of current site.
if (typeof _gat !== 'undefined' && siteId !== 'XXXXXX' && domainName !== 'example.com') { 
  var pageTracker = _gat._getTracker(siteId); // don't modify this line. modify the siteId variable above instead
  //pageTracker._setDomainName(domainName);  
  pageTracker._initData(); // added by FM to avoid IE JS error. 
  pageTracker._trackPageview(); 
  
} else if (window.console && console.log) { 
  console.log('could not access google-analytics.com for ' + domainName); 
}

function gameTrack(game) {
  var gameUrl = 'games/' + game;
  pageTracker._trackPageview(gameUrl);
}
