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