Chris Brown is hitting the road for a 26-city concert tour, Denver Gazette media partner 9News reported Tuesday.
The R&B singer revealed the details for “The 11:11 Tour” Tuesday morning.
The world tour will feature special guests Ayra Starr and Muni Long beginning June 5 in Detroit and continuing through Los Angeles on Aug. 6.
The tour will make a Denver stop at Ball Arena on Tuesday, July 23, with Muni Long as the opener.
Tickets will be available starting with an artist presale beginning Wednesday, March 6, with additional presales throughout the week ahead of the general on sale starting Monday, March 11, at 10 a.m. at LiveNation.com.
let pathVariable;
let pathVariable2;
function handleUrlPathSegment() {
const fullPath = window.location.pathname.toLowerCase();
if (fullPath.includes(‘/business/’)) {
pathVariable = ‘business’;
pathVariable2 = ‘Business Newsletter’;
} else if (fullPath.includes(‘/outdoors/’) || fullPath.includes(‘/outdoor/’)) {
pathVariable = ‘outdoors’;
pathVariable2 = ‘Outdoors Newsletter’;
} else if (fullPath.includes(‘/opinion/’)) {
pathVariable = ‘opinion’;
pathVariable2 = ‘Opinion Newsletter’;
} else if (fullPath.includes(‘politics’)) {
pathVariable = ‘politics’;
pathVariable2 = ‘Politics Newsletter’;
} else {
pathVariable = ‘am-update’;
pathVariable2 = ‘AM Update Newsletter’;
}
console.log(`Current path: ${fullPath}`);
console.log(`Path variable set to: ${pathVariable}`);
console.log(`Path variable 2 set to: ${pathVariable2}`);
applyNewsletterName(pathVariable2);
return { pathVariable, pathVariable2 };
}
function applyNewsletterName(newsletterName) {
if (document.readyState === ‘loading’) {
document.addEventListener(‘DOMContentLoaded’, function() {
updateNewsletterElement(newsletterName);
});
} else {
updateNewsletterElement(newsletterName);
}
}
function updateNewsletterElement(newsletterName) {
const newsletterElement = document.getElementById(‘newsletterName’);
if (newsletterElement) {
newsletterElement.textContent = newsletterName;
console.log(`Updated #newsletterName element with: ${newsletterName}`);
} else {
console.warn(‘Element with ID #newsletterName not found in the DOM’);
}
}
function setupFormSubmitListener() {
function getFormattedDate() {
const now = new Date();
const timestamp = now.getTime();
console.log(‘chris: Using Unix timestamp’);
console.log(‘chris: Current time:’, now);
console.log(‘chris: Unix timestamp (ms):’, timestamp);
return timestamp;
}
const formattedDate = getFormattedDate();
var profile = window.blueConicClient.profile.getProfile();
profile.setValues(‘newsletter_category’, pathVariable);
profile.setValue(‘newsletter_signup_date’, formattedDate);
window.blueConicClient.profile.updateProfile(this, function() {
});
}
handleUrlPathSegment();
Success! Thank you for subscribing to our newsletter.
function subscribeSuccess() {
var nsltrform = document.querySelector(“#nsltr”);
var nsltrSuccess = document.querySelector(“#successnsltr”);
nsltrform.classList.add(“hideblock”);
nsltrSuccess.classList.remove(“hideblock”);
}
function validateEmail(email) {
return String(email)
.toLowerCase()
.match(
/^(([^()[]\.,;:s@”]+(.[^()[]\.,;:s@”]+)*)|(“.+”))@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}])|(([a-zA-Z-0-9]+.)+[a-zA-Z]{2,}))$/
);
}
function validateEmailAddress() {
const result = document.querySelector(“#result”);
const email = document.querySelector(“#email”).value;
result.innerText = “”;
if(validateEmail(email)) {
newsletterSubscribe(email);
} else {
result.innerText = ‘The email entered: ‘ + email + ‘ is not valid :(‘;
result.style.color = “red”;
}
return false;
}
function newsletterSubscribe(email) {
fetch(“https://services.gazette.com/mg2-newsletters.php?action=subscribe&site=denvergazette.com&emailPreferenceId=76&email=” + email, {
method: “POST”
}).then(res => {
console.log(“SUCCESSFUL POST”);
subscribeSuccess();
});
}
#nsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: #2076b3;
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/blue%20bear.png);
background-size: cover;
}
#nsltr-header {
color: #fff4f4;
}
#nsltr-body {
text-align: center;
color: #ffffff;
}
#nsltr-button {
margin-top: 5px;
}
#successnsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: green;
text-align: center;
color: white;
}
#successnsltr a {
color: white;
}
.hideblock {
display:none;
}
h6 a {
color: black;
text-decoration: none;
padding: 5px;
background-color: #bbccdd;
font-weight: 600;
}
@media only screen and (min-width: 768px) {
#nsltr {
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/blue%20bear.png);
background-size: cover;
}
}
The 11:11 Tour celebrates the release of Brown’s 11th studio album of the same name.
The 11:11 Tour dates:
- Tue July 23 | Denver, CO | Ball Arena
- Wed June 05 | Detroit, MI | Little Caesars Arena
- Fri June 07 | Chicago, IL | United Center
- Mon June 10 | Columbus, OH | Nationwide Arena
- Wed June 12 | Newark, NJ | Prudential Center
- Fri June 14 | Belmont Park, NY | UBS Arena
- Sun June 16 | Brooklyn, NY | Barclays Center
- Thu June 20 | Montreal, QC | Bell Centre
- Sat June 22 | Toronto, ON | Scotiabank Arena
- Wed June 26 | Boston, MA | TD Garden
- Sat June 29 | Philadelphia, PA | Wells Fargo Center
- Sun June 30 | Baltimore, MD | CFG Bank Arena
- Wed July 03 | Washington, DC | Capital One Arena
- Fri July 05 | Atlanta, GA | State Farm Arena
- Tue July 09 | Hampton, VA | Hampton Coliseum
- Thu July 11 | Birmingham, AL | The Legacy Arena at the BJCC
- Tue July 16 | Houston, TX | Toyota Center
- Wed July 17 | Austin, TX | Moody Center
- Fri July 19 | Fort Worth, TX | Dickies Arena
- Fri July 26 | Seattle, WA | Climate Pledge Arena
- Sat July 27 | Vancouver, BC | Rogers Arena
- Tue July 30 | Sacramento, CA | Golden 1 Center
- Wed July 31 | Oakland, CA | Oakland Arena
- Sat Aug. 03 | Las Vegas, NV | T-Mobile Arena
- Sun Aug. 04 | Phoenix, AZ | Footprint Center
- Tue Aug. 06 | Los Angeles, CA | Crypto.com Arena
For more on this story, and others, visit the Denver Gazette’s news partners 9NEWS.com.
5b5f5ef2-db19-11ee-981d-f3ed84e1465b
View Original Article
|
Split View