tags on every page of your site.
-->
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'DC-10560780');
console.log("bobby's home")
console.log("Naviga Subscribe CNAME the nola 1");
window.MG2Loader.init({
FP_CNAME: "fp.nola.com",
DL_CNAME: "g2i.nola.com",
NXT_CNAME: "engage.nola.com",
version: "nola",
environment: "prod",
plugins: [
{
name: "FP",
initOptions: {
version: "nola",
environment: "prod", //or "stage"
},
},
{
name: "DL",
initOptions: {
environment: "prod", //or "stage"
version: "nola",
collectors: ["connext"],
tagManager: "GTM",
containerId: "GTM-W6K8XP3",
},
},
{
name: "NXT",
initOptions: {
clientCode: "nola",
environment: "prod", //or "stage"
siteCode: "TA",
configCode: "ta_Default",
debug: false,
silentmode: false,
Auth0DB_approach: false,
authSettings: {
seamlessSI: true,
domain: ".nola.com",
client_id: "NaH6oNwKnnx6ygH27LTPY1PApkRdNTJU",
redirect_uri: "https://www.nola.com/auth0-redirect",
},
publicEventHandlers: {
//public event handlers
onNotAuthorized: function (eventData) {
console.log("NAVIGA STATUS: onNotAuthorized");
$(document).ready(function () {
/** Multi-newsletter page */
if (window.location.href.indexOf("newsletters") > -1) {
// Reset email input field
const emailInput = document.getElementById(
"newsletters_emailAddress"
);
if (
typeof emailInput != "undefined" &
emailInput != null &&
emailInput
) {
document.getElementById("newsletters_emailAddress").value =
"";
}
// Personalized newsletter preferences (show unsubscribe buttons)
const personalizedSettings = new PersonalizedSettingsRenderer();
personalizedSettings.removeUnsubscribeButtons();
personalizedSettings.disableEedition();
personalizedSettings.loggedOut_specialText();
}
/** END Multi-newsletter page */
/** Nav bar styling */
$(".nav--container").css({ visibility: "hidden" });
$(".open-setting-container").css({ visibility: "hidden" });
$(".nav--container").css({ visibility: "visible" });
$(
"#main-nav-right-nav_menu a.nav-link.tnt-section-newsletters"
).css({ background: "var(--navone)", color: "#FFF" });
$(
"#main-nav-right-nav_menu a.nav-link.tnt-section-newsletters"
).hover(
function () {
$(this).css({
background: "rgba(255, 255, 255, .75)",
color: "var(--navone)",
textDecoration: "none",
});
},
function () {
$(this).css({ background: "var(--navone)", color: "#FFF" });
}
);
$(".MG2").show();
$(".MG2Subscribe").show();
$(".MG2activation").hide();
$(".MG2My").hide();
$(".MG2").hide();
/** Marfeel Journey Tracking - Added by Nina Tran 7/24/23 */
window.marfeel.cmd.push([
"com",
function (com) {
com.setType(0);
},
]);
/** END Marfeel Journey Tracking */
});
},
onAuthorized: function (eventData) {
console.log("NAVIGA STATUS: onAuthorized");
$(document).ready(function () {
$(".MG2").hide();
$(".MG2Subscribe").show();
$(".MG2activation").show();
$(".MG2My").hide();
$(".MG2").show();
/** Multi-newsletter page */
//console.log("ADDING E-EDITION ", newsletterCategory);
//newsletterCategory.push({EeditionNotice:"news"});
/** END Multi-newsetter page */
/** Marfeel Journey Tracking - Added by Nina Tran 7/24/23 */
let Email = eventData.EventData.MG2Data.Email;
window.marfeel.cmd.push([
"com",
function (com) {
com.setType(2);
},
]);
window.marfeel.cmd.push([
"com",
function (com) {
com.setSiteId(Email);
},
]);
/** END Marfeel Journey Tracking */
});
},
onHasNoActiveSubscription: function (eventData) {
console.log("NAVIGA STATUS: onHasNoActiveSubscription");
$(document).ready(function () {
$(".MG2").hide();
$(".MG2Subscribe").show();
$(".MG2activation").hide();
$(".MG2My").hide();
$(".MG2").show();
/** Marfeel Journey Tracking - Added by Nina Tran 7/24/23 */
let Email = eventData.EventData.MG2Data.Email;
window.marfeel.cmd.push([
"com",
function (com) {
com.setType(2);
},
]);
window.marfeel.cmd.push([
"com",
function (com) {
com.setSiteId(Email);
},
]);
/** END Marfeel Journey Tracking */
});
},
onHasAccessNotEntitled: function (eventData) {
console.log("NAVIGA STATUS: onHasAccessNotEntitled");
$(document).ready(function () {
$(".MG2").hide();
$(".MG2Subscribe").show();
$(".MG2activation").show();
$(".MG2My").hide();
$(".MG2").show();
/** Marfeel Journey Tracking - Added by Nina Tran 7/24/23 */
let Email = eventData.EventData.MG2Data.Email;
window.marfeel.cmd.push([
"com",
function (com) {
com.setType(3);
},
]);
window.marfeel.cmd.push([
"com",
function (com) {
com.setSiteId(Email);
},
]);
/** END Marfeel Journey Tracking */
});
},
onHasAccess: function (eventData) {
console.log("NAVIGA STATUS: onHasAccess");
$(document).ready(function () {
let Email = eventData.EventData.MG2Data.Email;
console.log("ON HAS ACCESS");
/** Multi-newsletter page */
// Autofill email input field
if (window.location.href.indexOf("newsletters") > -1) {
const emailInput = document.getElementById(
"newsletters_emailAddress"
);
if (
typeof emailInput != "undefined" &
emailInput != null &&
emailInput
) {
document.getElementById("newsletters_emailAddress").value =
Email;
}
// Personalized newsletter preferences (Show unsubscribe buttons)
const personalizedSettings = new PersonalizedSettingsRenderer();
personalizedSettings.enableEedition();
personalizedSettings.createUnsubscribeButtons();
personalizedSettings.loggedIn_emailInputListener();
}
/** END Multi-newsletter page */
/*
let firstName =
eventData.EventData.MG2Data.DigitalAccess.Subscription
.FirstName;
let formattedName = `Hi, ${firstName[0]}${firstName
.slice(1)
.toLowerCase()}!`;
if(firstName == "") formattedName = `Hi there!`
$("#nav--firstName").html(formattedName);
*/
/** Nav bar styling */
$(".nav--container").css({ visibility: "hidden" });
$(".nav--container").css({ visibility: "visible" });
$(".open-setting-container").css({ visibility: "visible" });
$(
"#main-nav-right-nav_menu a.nav-link.tnt-section-newsletters"
).css({
background: "#ffd252",
color: "var(--navone) !important",
});
$(
"#main-nav-right-nav_menu a.nav-link.tnt-section-newsletters"
).hover(
function () {
$(this).css({
background: "rgba(255, 255, 255, .75)",
color: "var(--navone) !important",
});
},
function () {
$(this).css({
background: "#ffd252",
color: "var(--navone) !important",
});
}
);
$(".MG2").hide();
$(".MG2Subscribe").hide();
$(".MG2activation").hide();
$(".MG2My").show();
$(".MG2").show();
/** Marfeel Journey Tracking - Added by Nina Tran 7/24/23 */
window.marfeel.cmd.push([
"com",
function (com) {
com.setType(3);
},
]);
window.marfeel.cmd.push([
"com",
function (com) {
com.setSiteId(Email);
},
]);
/** END Marfeel Journey Tracking */
});
},
},
//other init settings
},
},
],
});
function getAndDeleteCookies(cookieWord) {
//const cDecoded = decodeURIComponent(document.cookie); //to be careful
const cDecoded = document.cookie;
const cookiesArr = cDecoded.split('; ');
const foundCookies = cookiesArr.filter((cookie) => cookie.includes(cookieWord)).map((word) => word.split("=")[0])
return foundCookies.forEach((cookieName) => {
let pathUrl = cookieName.split("/")[1];
// let cookieNameClean = cookieName.replace(/\//g, "%2F");
let cookieNameClean = cookieName
document.cookie = `${cookieNameClean}=;path=/${pathUrl};expires=${new Date(0).toUTCString()}`
document.cookie = `${cookieNameClean}=;path=/;expires=${new Date(0).toUTCString()}`
})
}
getAndDeleteCookies("scroll@");
/* id=30 Newsletter attribute
TN Audit recommendation: Recommend deleting and using built-in newsletter functionality. redirect for manage newsletters
NOTE: Even thou it is recommended to be deleted, we left it on for theadvocate.com (not mentioned here but in theadvocate is blocking manage my list option)
*/
$(function(){
$('.custom-manage-lists-link .mailinglist-btn-container .btn.btn-default.btn-block').attr('href', '/newsletters');
});
$(function(){
if ($('#asset-content').length) {
$("#asset-content").each(function() {
$(this).find(".asset-author").insertBefore($(this).find(".asset-content"));
});
}
});
/* id=7 TN Audit recommendation: IN USE. KEEP */
$(function() {
if ($('.read-more-link').length) {
$('.read-more-link').html($('.read-more-link').html().replace('Read more','Continue Reading'));
}
});
var PushlySDK = window.PushlySDK || [];
function pushly() { PushlySDK.push(arguments) }
pushly('load', {
domainKey: 'IxU3obdyU3zEDlOeBVQdqalxp5P74MkkWzP9',
sw: '/app/_top/pushly-sdk-worker.js'
});
googletag.cmd.push(function() {
googletag.defineSlot('/185186999/nola.com/...', [2, 1], 'div-gpt-ad-C-2x1-Connatix').setTargeting('pos', ['C-2x1-Connatix']) .addService(googletag.pubads());
});
var _comscore = _comscore || [];
_comscore.push({ c1: "2", c2: "15284153" });
(function() {
var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true;
s.src = (document.location.protocol == "https:" ? ("https:/" + "/sb") : ("http:/" + "/b") ) + ".scorecardresearch.com/beacon.js";
el.parentNode.insertBefore(s, el);
})();
(function() {
if(document.getElementById('commitchange-script')) return;
var npo = 5290;
var script = document.createElement('script');
var first = document.getElementsByTagName('script')[0];
script.setAttribute('data-npo-id', npo);
script.id = 'commitchange-script';
script.src = 'https://us.commitchange.com/js/donate-button.v2.js';
first.parentNode.insertBefore(script, first);
})();
2t6q3x
Skip to main content
$10 a Month 6f2n47
» Name listed
monthly in print as part of the Gambit Krewe (optional)
» 10% discount at
Gambit store: bestofneworleans.com/shop
»
Invites to Gambit Krewe events
» Exclusive email
offers
» of
local journalism
PURPLE
$19.80 a Month 34o2r
» Gambit tote bag
» Name listed
monthly in print as part of the Gambit Krewe (optional)
»
15% discount at Gambit store: bestofneworleans.com/shop
» Invites to
Gambit Krewe events
» Exclusive email
offers
» of
local journalism
GREEN
$365 16i38
» All Green Krewe
benefits
» (1) ¼ page
print ad to donate to your favorite non-profit or small
business. Value: $475
»
Paid annually
»
of local journalism
GOLD
Louisiana Republicans bill ‘banning’ chemtrails, which are not a real thing o4x54
Louisiana Republicans bill ‘banning’ chemtrails, which are not a real thing o4x54
New Orleans legislator's bill to ban most homeless encampments fails in LA House committee c1q6c
Documentary aims to make NOLA drag queen, fashion designer Bubblez a household name 611q3n
The Get Down | Ep. 14: June 2, 2025 6d1g6s
New Orleans area athletes find a home in 'non-judgmental' LGBTQ sports teams and leagues 5c6o3b
Gambit's Thumbs Up / Thumbs Down for June 2 105565
New Orleans events: Creole Tomato Fest, Purple Takeover, Emily Catalano and more June 2-8 u2m3f
Blake Pontchartrain: Who created the Marsalis Mansion Motel in Jefferson Parish? 3x3q3k
The Pearl: June 2025 2s2i1z
Gambit Digital Edition: June 2, 2025 v1w4s
Tulane Shakespeare Festival opens with Moliere's 'Imaginary Invalid' June 6-22 62s53
Your weekly go-to show for all things happening in New Orleans.
Gambit's Jazz Fest 2025 Daily Recaps 5d1g5x
Sunday at Jazz Fest 2025: Trombone Shorty and guests cap fest, and more from last day 252d1x
Sunday at Jazz Fest 2025: My Morning Jacket, Galactic with Irma Thomas, Lenny Kravitz and more 235k3
Scenes from the final day of Jazz Fest 2025 124k34
Saturday at Jazz Fest 2025: Pearl Jam, Samantha Fish, Gitkin and HaSizzle 61y40
Scenes from the second Saturday of Jazz Fest 2025 3n5o2e
New Orleans events: Creole Tomato Fest, Purple Takeover, Emily Catalano and more June 2-8 u2m3f
Tulane Shakespeare Festival opens with Moliere's 'Imaginary Invalid' June 6-22 62s53
A monthly spelling bee at Vaughan's Lounge in Bywater is infused with comedy and booze 5h3rd
Combat New Orleans summer ennui with French classes, pottery lessons and Pride crafting 3g3du
New Orleans events: Louisiana Cajun-Zydeco Fest, Chaparelle and more on May 26-June 1 x4c3y
Grammy-winning vocalist Samara Joy returns to New Orleans for June 1 show at Orpheum Theater 4b4u3d
New Orleans summer 2025 concert preview: Peter Hook, Modest Mouse, Keyshia Cole and more 4y3d3i
Austin, Texas' Chaparelle performs May 27 at Columns after releasing 'Western Pleasure' 65p50
Nous Foundation's 'Musique(s)' project explores Louisiana French and Creole music in 2025 5t424q
New Orleans musician Boyfriend takes Eve's perspective on captivating album 'In the Garden' 3o375o
New Orleans chef Rebecca Wilcomb returns at Evviva, a new Italian spot in Marigny 562u9
TikTok star B. Dylan Hollis talks about 'Baking Across America' cookbook in NOLA on June 6 4f70n
Avegno is a lounge serving French-inspired fare next to Gautreau's in New Orleans 1e4l1e
Gambit's Summer 2025 Dining Issue: Where to eat in New Orleans for Mediterranean, sushi, vegan dishes and more g3v3p
John Stanton: Protect our rights and future, vote 'NO' on all of Gov. Landry's amendments 5f1w4t
Editor's note: On Clancy DuBos and his lasting legacy on Gambit and New Orleans 17553q
Commentary: 2024 once again showed the need for a free and independent press 3c421h
Commentary: Our recommendations on proposed amendments on Dec. 7 ballot in New Orleans 233245
Commentary: Thank you, Taylor Swift — and Swifties — for visiting New Orleans 353e1b
Commentary: Jeff Landry's war on New Orleans' unhoused is immoral 6wg4i
Blake Pontchartrain
135g3v
Blakeview: The National World War II Museum marks 25th anniversary on D-Day 217221
Blake Pontchartrain: Who created the Marsalis Mansion Motel in Jefferson Parish? 3x3q3k
Blakeview: In honor of Memorial Day, here are some memorial sites around New Orleans 172v44
Blake Pontchartrain: What was the first preschool in New Orleans for Black children? 1l3i55
Blakeview: New Orleans Saints coaching legend and WDSU analyst Jim Mora turns 90 2g5u61
Blake Pontchartrain: This St. Charles bank was once a luxury car dealership in New Orleans 403l4c
Clancy DuBos: Not goodbye, just a heartfelt ‘thank you’ to my many mentors 3n6h1p
Clancy DuBos: The top 10 Louisiana political stories of 2024 15y4p
Clancy DuBos: Close Jefferson Parish tax vote for teacher raises proves every vote counts 3v3m1r
Clancy DuBos: Fleming exposes Bill Cassidy’s vulnerability — and cost of crossing Trump 1xkj
Clancy DuBos: Once again, the Louisiana Senate is the fulcrum of legislative power 4p6n4q
Thumbs Up / Thumbs Down
a2037
Gambit's Thumbs Up / Thumbs Down for June 2 105565
Gambit's Thumbs Up / Thumbs Down for May 26 2g315x
Gambit's Thumbs Up / Thumbs Down for May 19 4c6ty
Gambit's Thumbs Up / Thumbs Down for May 12 6r6715
Gambit's Thumbs Up / Thumbs Down for May 5 3qe3y
The Pearl: June 2025 2s2i1z
The Pearl April 2025 4a413v
The Pearl March 2025 345c3v
Celebrate friendships on 'Galentine's Day' in New Orleans with these helpful tips 39273w
What's the best way to "staycation"? 2v3o3z
This Week's Gambit
327020
The Pearl: June 2025 2s2i1z
Gambit Digital Edition: June 2, 2025 v1w4s
Contests, Promotions, Special Sections, More
e5u3j
Gambit Summer Dining Issue 2025 5d6a5s
Gambit: Summer Events Guide 2025 1a326f
The Pearl: June 2025 2s2i1z
Best of New Orleans 2024 4h5f1m
Gambit's 40 Under 40 | 2024 21733u
Gambit's Nearlyweds Spring 2025 4h452v
Gambit's Guide to Giving 2024 p3d4f
Become a Gambit Community Member 6m1g8