// *******************************************************************************************
// OMNITURE CONFIG VARS
// *******************************************************************************************
  s_server="nikelabbeijingolympics";        // site server
  s_channel="nikelab";
  s_prop6 = "en_US";         // lang and region
  s_prop12 = "nikelab";        // Site Category
  s_prop13 = "US";           // region
  s_prop14 = "US";           // sub region
  s_prop15 = "eng";          // language

  if ( getQueryParam( "promID" ) ) {
    s_campaign = getQueryParam( "promID" );
  }

  // BE SURE TO CHANGE THE INDEX OF VALUE
  // so that site reports to live account when live and to dev account when in development
  var theURL = window.location.href;

  if (( theURL.indexOf("//www.nike.com") >= 0) ||
	  ( theURL.indexOf("//www.nikelab.com") >= 0))
  {
	  var s_account = "nikelabbeijingolympics,nikeall"; // replace with live account(s)
  }
  else
  {
	  var s_account = "devakqa"; // dev account(s)
  }

// *******************************************************************************************