//
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([['Kash Doll','Cathedral Theatre at the Masonic Temple','Detroit, MI','Sunday','3/9/2025','7:00 PM','6849362','Kash-Doll-3-9-2025'],['Darkside','Cathedral Theatre at the Masonic Temple','Detroit, MI','Friday','3/14/2025','7:00 PM','6775140','Darkside-3-14-2025'],['Tobe Nwigwe','Cathedral Theatre at the Masonic Temple','Detroit, MI','Friday','3/21/2025','7:00 PM','6785356','Tobe-Nwigwe-3-21-2025'],['Herb Alpert & The Tijuana Brass','Cathedral Theatre at the Masonic Temple','Detroit, MI','Tuesday','3/25/2025','7:00 PM','6770912','Herb-Alpert---The-Tijuana-Brass-3-25-2025'],['Kraftwerk','Cathedral Theatre at the Masonic Temple','Detroit, MI','Friday','3/28/2025','8:00 PM','6865716','Kraftwerk-3-28-2025'],['Ali Siddiq','Cathedral Theatre at the Masonic Temple','Detroit, MI','Friday','4/4/2025','6:00 PM','6919669','Ali-Siddiq-4-4-2025'],['Ali Siddiq','Cathedral Theatre at the Masonic Temple','Detroit, MI','Saturday','4/5/2025','5:00 PM','6919882','Ali-Siddiq-4-5-2025'],['Beth Gibbons','Cathedral Theatre at the Masonic Temple','Detroit, MI','Monday','4/7/2025','7:00 PM','6947895','Beth-Gibbons-4-7-2025'],['Jack White','Masonic Temple Theatre','Detroit, MI','Saturday','4/12/2025','7:00 PM','6827342','Jack-White-4-12-2025'],['Jack White','Masonic Temple Theatre','Detroit, MI','Sunday','4/13/2025','7:00 PM','6827343','Jack-White-4-13-2025'],['Last Podcast on The Left','Cathedral Theatre at the Masonic Temple','Detroit, MI','Friday','4/18/2025','7:00 PM','6795706','Last-Podcast-on-The-Left-4-18-2025'],['Danae Hays','Cathedral Theatre at the Masonic Temple','Detroit, MI','Saturday','4/26/2025','7:00 PM','6763943','Danae-Hays-4-26-2025'],['Saint Jhn','Cathedral Theatre at the Masonic Temple','Detroit, MI','Saturday','5/3/2025','7:00 PM','6985109','Saint-Jhn-5-3-2025'],['Ichiko Aoba','Cathedral Theatre at the Masonic Temple','Detroit, MI','Friday','5/9/2025','6:30 PM','6823712','Ichiko-Aoba-5-9-2025'],['Ministry, Nitzer Ebb & Die Krupps','Cathedral Theatre at the Masonic Temple','Detroit, MI','Saturday','5/10/2025','6:30 PM','6984919','Ministry--Nitzer-Ebb---Die-Krupps-5-10-2025'],['MJ Lenderman and The Wind','Cathedral Theatre at the Masonic Temple','Detroit, MI','Sunday','5/11/2025','7:00 PM','6767175','MJ-Lenderman-and-The-Wind-5-11-2025'],['BadBadNotGood','Cathedral Theatre at the Masonic Temple','Detroit, MI','Tuesday','5/13/2025','7:00 PM','6981217','BadBadNotGood-5-13-2025'],['Devin Townsend','Cathedral Theatre at the Masonic Temple','Detroit, MI','Friday','5/16/2025','6:30 PM','6837974','Devin-Townsend-5-16-2025'],['The Wonder Years','Cathedral Theatre at the Masonic Temple','Detroit, MI','Wednesday','5/28/2025','7:00 PM','6956520','The-Wonder-Years-5-28-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']],'Jack White Theatre Detroit','https://www.ticketnetwork.com/ticket/Jack-White-Theatre-Detroit-events.aspx');