//
var TN_Widget = function() {
var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
return {
newWindow : true,
CreateEventRow : function(row, isAlt) {
var dateArray = row[4].split('/');
var date = months[dateArray[0]] + " " + dateArray[1];
var parking = row[0].split(':')[0]
if (parking !== "PARKING") {
return "
";
}
},
AddCss: function(cssUrl) {
var fileref=document.createElement("link");
fileref.setAttribute("rel", "stylesheet");
fileref.setAttribute("type", "text/css");
fileref.setAttribute("href", cssUrl);
document.getElementsByTagName("head")[0].appendChild(fileref);
},
CreateTable : function(eventData,kwds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
var newResults = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newResults.join('') + '
';
} else
document.write('' + newResults.join('') + '
');
if(eventData.length >= 101 && kwds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-03A
TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css');
TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css');
TN_Widget.CreateTable([['Portland's Back Cove Music & Arts Festival: Lord Huron, Andre 3000, & Jack White - 2 Day Pass','Payson Park','Portland, ME','Saturday','8/2/2025','TBD','7013528','Portland-s-Back-Cove-Music---Arts-Festival--Lord-Huron--Andre-3000----Jack-White---2-Day-Pass-8-2-2025'],['Portland's Back Cove Music & Arts Festival: Jack White, Turnpike Troubadours, & Lucy Dacus -Saturday (Time: TBD)','Payson Park','Portland, ME','Sunday','8/3/2025','1:00 PM','7013530','Portland-s-Back-Cove-Music---Arts-Festival--Jack-White--Turnpike-Troubadours----Lucy-Dacus--Saturday--Time--TBD--8-3-2025'],['d4vd','Cathedral Theatre at the Masonic Temple','Detroit, MI','Tuesday','9/2/2025','7:00 PM','7104325','d4vd-9-2-2025'],['Clipse','Cathedral Theatre at the Masonic Temple','Detroit, MI','Wednesday','9/10/2025','7:00 PM','7203463','Clipse-9-10-2025'],['Molly Tuttle','Cathedral Theatre at the Masonic Temple','Detroit, MI','Thursday','9/11/2025','7:00 PM','7195243','Molly-Tuttle-9-11-2025'],['Bourbon & Beyond Festival: Sturgill Simpson, Jack White, Vance Joy & Ringo Starr and His All-Starr Band - Saturday','Highland Festival Grounds at Kentucky Expo Center','Louisville, KY','Saturday','9/13/2025','12:00 PM','6842779','Bourbon---Beyond-Festival--Sturgill-Simpson--Jack-White--Vance-Joy---Ringo-Starr-and-His-All-Starr-Band---Saturday-9-13-2025'],['Garbage','Cathedral Theatre at the Masonic Temple','Detroit, MI','Saturday','9/13/2025','7:00 PM','7059907','Garbage-9-13-2025'],['Ethel Cain','Cathedral Theatre at the Masonic Temple','Detroit, MI','Wednesday','9/17/2025','7:00 PM','7057740','Ethel-Cain-9-17-2025'],['Powerwolf','Cathedral Theatre at the Masonic Temple','Detroit, MI','Thursday','9/18/2025','6:30 PM','7083176','Powerwolf-9-18-2025'],['Riot Fest: Weezer & Jack White - Saturday','Douglass Park','Chicago, IL','Saturday','9/20/2025','11:00 AM','6892234','Riot-Fest--Weezer---Jack-White---Saturday-9-20-2025'],['Tyler Henry','Cathedral Theatre at the Masonic Temple','Detroit, MI','Thursday','9/25/2025','7:00 PM','7125805','Tyler-Henry-9-25-2025'],['CBGB Festival: Iggy Pop, Jack White, & Sex Pistols','Under The K Bridge','Brooklyn, NY','Saturday','9/27/2025','3:00 PM','7160547','CBGB-Festival--Iggy-Pop--Jack-White----Sex-Pistols-9-27-2025'],['Celtic Thunder','Cathedral Theatre at the Masonic Temple','Detroit, MI','Tuesday','9/30/2025','7:00 PM','7042610','Celtic-Thunder-9-30-2025'],['Noah Cyrus','Cathedral Theatre at the Masonic Temple','Detroit, MI','Thursday','10/2/2025','7:00 PM','7217075','Noah-Cyrus-10-2-2025'],['Evil Dead In Concert - A Live To Film Experience','Cathedral Theatre at the Masonic Temple','Detroit, MI','Wednesday','10/8/2025','7:00 PM','7211701','Evil-Dead-In-Concert---A-Live-To-Film-Experience-10-8-2025'],['Michael Blaustein','Cathedral Theatre at the Masonic Temple','Detroit, MI','Saturday','10/25/2025','7:00 PM','7153101','Michael-Blaustein-10-25-2025'],['Jimmy O. Yang','Cathedral Theatre at the Masonic Temple','Detroit, MI','Saturday','11/8/2025','6:00 PM','7157895','Jimmy-O--Yang-11-8-2025'],['Ninja Kidz Live: Infinite Possibilities','Cathedral Theatre at the Masonic Temple','Detroit, MI','Sunday','11/9/2025','2:00 PM','6874660','Ninja-Kidz-Live--Infinite-Possibilities-11-9-2025'],['The Living Tombstone','Cathedral Theatre at the Masonic Temple','Detroit, MI','Wednesday','11/12/2025','7:00 PM','6972498','The-Living-Tombstone-11-12-2025'],['Desi Banks','Cathedral Theatre at the Masonic Temple','Detroit, MI','Friday','12/5/2025','6:00 PM','7240294','Desi-Banks-12-5-2025'],['Chris D'Elia','Cathedral Theatre at the Masonic Temple','Detroit, MI','Sunday','12/7/2025','6:00 PM','7105206','Chris-D-Elia-12-7-2025']],'Jack White','http://www.ticketnetwork.com/en/search/?text=Jack%20White');