	// test to see if code is on prod or staging
	var locURL = String(window.location);
if(typeof s_accountOverride === "string" && s_accountOverride != "")
			var s_account = s_accountOverride;
	else
	{
		var s_account = "qwestfull";
		if((locURL.indexOf("qwest.com") == -1) && (locURL.indexOf("qwestwireless.com") == -1))
		  var s_account = "devqwestfull";
	}
