/**
 *  Site-Specific Analytics File (pumahardchorus.com)
 *
 *  @author Matt Venables <mattv@cantinaconsulting.com>
 */
 

var omnitureReportId    = (new String(document.location)).substr(0, 30) == "http://www.pumahardchorus.com/" ? "pumapumahardchorus" : "pumapumahardchorusdev";
var googleAnalyticsId   = "UA-8608438-39";
var omnitureServer      = "pumahardchorus.com";
var omnitureTrackInlineStats = false;





/***** DO NOT MODIFY BELOW THIS LINE *******/
(function() {
  var script_tag = document.createElement('script'); 
  script_tag.type = 'text/javascript'; 
  script_tag.src = '//assets.puma.com/analytics/puma_analytics.js';
  document.getElementsByTagName('head')[0].appendChild(script_tag);
})();

