//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "Tickets",
tixUrl : "https://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[3] +" "+"" +
row[4] + " "+"" +
row[5] + " | "+"" +
row[0] +" | " +
row[1] +" " +
row[2] +" | "+""+ this.linkText+ " |
";
},
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,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-01A
TN_Widget.CreateTable([['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'],['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'],['Tyler Henry','Cathedral Theatre at the Masonic Temple','Detroit, MI','Thursday','9/25/2025','7:00 PM','7125805','Tyler-Henry-9-25-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'],['The Jinkx & DeLa Holiday Show','Cathedral Theatre at the Masonic Temple','Detroit, MI','Saturday','12/6/2025','7:00 PM','7262608','The-Jinkx---DeLa-Holiday-Show-12-6-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 Theatre Detroit','https://www.ticketnetwork.com/ticket/Jack-White-Theatre-Detroit-events.aspx');