//
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-02A
TN_Widget.CreateTable([['Olivia Dean','Concord Music Hall','Chicago, IL','Sunday','7/27/2025','6:30 PM','7153446','Olivia-Dean-7-27-2025'],['Lollapalooza Aftershow: Zack Fox (DJ Set)','Concord Music Hall','Chicago, IL','Saturday','8/2/2025','10:00 PM','7180802','Lollapalooza-Aftershow--Zack-Fox--DJ-Set--8-2-2025'],['Darius','Concord Music Hall','Chicago, IL','Thursday','9/11/2025','8:00 PM','7224044','Darius-9-11-2025'],['Autoheart','Concord Music Hall','Chicago, IL','Friday','9/26/2025','6:00 PM','7104294','Autoheart-9-26-2025'],['Showtek','Concord Music Hall','Chicago, IL','Saturday','9/27/2025','10:00 PM','7227694','Showtek-9-27-2025'],['sombr','Concord Music Hall','Chicago, IL','Thursday','10/2/2025','6:30 PM','7106706','sombr-10-2-2025'],['Joe Kay','Concord Music Hall','Chicago, IL','Saturday','10/4/2025','10:00 PM','7242216','Joe-Kay-10-4-2025'],['Yelle','Concord Music Hall','Chicago, IL','Wednesday','10/8/2025','6:30 PM','6995186','Yelle-10-8-2025'],['YDG','Concord Music Hall','Chicago, IL','Saturday','10/11/2025','10:00 PM','7244479','YDG-10-11-2025'],['Concord Chamber Music Society','Meadow Hall at Groton Hill Music Center','Groton, MA','Sunday','10/12/2025','3:00 PM','7175404','Concord-Chamber-Music-Society-10-12-2025'],['Twinsick','Concord Music Hall','Chicago, IL','Saturday','10/18/2025','10:00 PM','7208090','Twinsick-10-18-2025'],['Autechre','Concord Music Hall','Chicago, IL','Monday','10/20/2025','7:00 PM','7011386','Autechre-10-20-2025'],['Laszewo','Concord Music Hall','Chicago, IL','Friday','10/24/2025','10:00 PM','7197402','Laszewo-10-24-2025'],['Laszewo','Concord Music Hall','Chicago, IL','Saturday','10/25/2025','10:00 PM','7198127','Laszewo-10-25-2025'],['Quevedo','Concord Music Hall','Chicago, IL','Sunday','11/9/2025','7:30 PM','7092053','Quevedo-11-9-2025'],['Atreyu','Concord Music Hall','Chicago, IL','Friday','11/28/2025','6:00 PM','7194070','Atreyu-11-28-2025'],['Concord Chamber Music Society: Time for Three','The Concert Hall at Groton Hill Music Center','Groton, MA','Sunday','1/4/2026','3:00 PM','7175411','Concord-Chamber-Music-Society--Time-for-Three-1-4-2026'],['Lord of the Lost & The Birthday Massacre','Concord Music Hall','Chicago, IL','Saturday','1/31/2026','6:00 PM','7182813','Lord-of-the-Lost---The-Birthday-Massacre-1-31-2026'],['Tyga','Concord Music Hall','Chicago, IL','Monday','4/8/2075','8:00 PM','6974323','Tyga-4-8-2075']],'Concord Music Hall','https://www.ticketnetwork.com/ticket/Concord-Music-Hall-events.aspx');