
//object with all constants for e3/espnnetworks
window.log = function(msg){
	if(typeof console !== "undefined" && typeof console != "undefined"  && typeof console.log != "undefined" && typeof console.log !== "undefined"){
		console.log(msg);
	}
};

var e3const = {};
//if(window.location.href.indexOf('beta=true') != -1 || window.location.href.indexOf('beta/true') != -1){
	//if we ever want to go into beta mode, set this to true and uncomment conditional
	e3const.beta = false;
//}
/**constants to get URLs **/
e3const.p_ESPN3 = "http://www.espn.com/espn3";
e3const.p_ESPNNETWORKS = "http://www.espn.com/espnnetworks";
e3const.p_ESPN360 = "http://broadband.espn.com/espn360";
e3const.p_AUTH = "http://broadband.espn.com/espn3/auth";
e3const.p_AUTH_CACHE = "http://www.espn.com/espn3/auth";
e3const.p_AUTH_SECURE = "https://broadband.espn.com/espn3/auth";
e3const.p_ESPN3_AK = "http://a.espncdn.com/espn3";
e3const.p_SSO = "https://broadband.espn.com";
e3const.p_M3U8 = "http://brscom.espn.com/hlslive";
e3const.p_WATCHESPN = "http://www.espn.com/watchespn";
e3const.p_LONGHORN = "http://www.espn.com/longhornnetwork";
e3const.p_LONESTAR = "http://www.espn.com/texas/high-school/video/index.jsp";
e3const.p_ADOBE_SP = "https://sp.auth.adobe.com";
e3const.p_ADOBE_JS = "https://entitlement.auth.adobe.com";
e3const.p_ADOBE_ENTITLEMENT = "http://entitlement.auth.adobe.com";
e3const.p_ADOBE_API = "api.auth.adobe.com/api/v1";
e3const.p_ADOBE_API_REGCODE = "api.auth.adobe.com/reggie/v1";
e3const.p_API_INTERNAL = "http://glue-bc.prod.espninfra.starwave.com/espn360/apis/v1/watch";
e3const.p_API = "http://api-app.espn.com/v1/watch";
e3const.p_APPLETV = "http://www.espn.com/watchespn/appletv";
e3const.p_API_APPLETV = "http://glue-bc.prod.espninfra.starwave.com/espn360/apis/v1/watch";
e3const.p_ESPN_API = "http://api-app.espn.com/v1";
e3const.p_ASSETS = "http://a.espncdn.com/prod/assets/watchespn";
e3const.p_ESPN_HOME = "http://www.espn.com";
e3const.p_CEREBRO = "https://cerebro.espn.com/cerebro";
e3const.p_AFFILIATE = "http://iaffprod.corp.espn.pvt:8080/affiliate-app";
e3const.p_CLASSIC = "http://api-app.espn.com/v1/watch/classic";
e3const.p_ESPNVOD = "http://api-app.espn.com/v1/watch/espnvod";
e3const.p_MEMBERS = "https://r.espn.com/members";
e3const.p_STITCHER = "http://s.espncdn.com/stitcher";
e3const.p_JS_SECURE = "//secure.espn.com/watchespn-legacy/prod";
e3const.p_JS = "http://a.espncdn.com/watchespn-legacy/prod";
e3const.p_WATCH_REDESIGN = "http://www.espn.com/watch";
