//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://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[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ 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-03A
TN_Widget.CreateTable([['Virtual Riot & Blanke','Concord Music Hall','Chicago, IL','Friday','9/25/2026','10:00 PM','8080667','Virtual-Riot---Blanke-9-25-2026'],['Dennett','Concord Music Hall','Chicago, IL','Friday','10/2/2026','10:00 PM','8044810','Dennett-10-2-2026'],['Seth David','Concord Music Hall','Chicago, IL','Saturday','10/3/2026','10:00 PM','8129126','Seth-David-10-3-2026'],['Uncle Acid and The Deadbeats','Concord Music Hall','Chicago, IL','Sunday','10/4/2026','7:00 PM','8019177','Uncle-Acid-and-The-Deadbeats-10-4-2026'],['Sabai x Hoang','Concord Music Hall','Chicago, IL','Friday','10/9/2026','10:00 PM','8160154','Sabai-x-Hoang-10-9-2026'],['Baby J','Concord Music Hall','Chicago, IL','Saturday','10/10/2026','9:00 PM','8170334','Baby-J-10-10-2026'],['Castle Rat','Concord Music Hall','Chicago, IL','Thursday','10/15/2026','6:30 PM','8019187','Castle-Rat-10-15-2026'],['NOTD','Concord Music Hall','Chicago, IL','Friday','10/16/2026','10:00 PM','8150029','NOTD-10-16-2026'],['Jason Ross','Concord Music Hall','Chicago, IL','Saturday','10/17/2026','10:00 PM','7939370','Jason-Ross-10-17-2026'],['The Damned','Concord Music Hall','Chicago, IL','Saturday','10/31/2026','7:00 PM','7896694','The-Damned-10-31-2026'],['Arch Enemy & The Black Dahlia Murder','Concord Music Hall','Chicago, IL','Tuesday','11/3/2026','5:00 PM','7980228','Arch-Enemy---The-Black-Dahlia-Murder-11-3-2026'],['George Clanton','Concord Music Hall','Chicago, IL','Wednesday','11/4/2026','6:30 PM','8182618','George-Clanton-11-4-2026'],['Lil Peep 30th Birthday Celebration','Concord Music Hall','Chicago, IL','Thursday','11/5/2026','7:00 PM','8238229','Lil-Peep-30th-Birthday-Celebration-11-5-2026'],['Jai Wolf','Concord Music Hall','Chicago, IL','Friday','11/6/2026','8:00 PM','8080370','Jai-Wolf-11-6-2026'],['Juelz - Artist','Concord Music Hall','Chicago, IL','Saturday','11/7/2026','10:00 PM','8169139','Juelz---Artist-11-7-2026'],['Peyton Parrish','Concord Music Hall','Chicago, IL','Wednesday','11/11/2026','7:00 PM','8244866','Peyton-Parrish-11-11-2026'],['Tobiahs','Concord Music Hall','Chicago, IL','Saturday','11/14/2026','10:00 PM','8235592','Tobiahs-11-14-2026'],['OMNOM','Concord Music Hall','Chicago, IL','Saturday','11/21/2026','10:00 PM','8259974','OMNOM-11-21-2026'],['Daniel Allan','Concord Music Hall','Chicago, IL','Friday','11/27/2026','10:00 PM','8159308','Daniel-Allan-11-27-2026'],['MC4D','Concord Music Hall','Chicago, IL','Friday','12/4/2026','9:00 PM','8200475','MC4D-12-4-2026'],['Richard Finger','Concord Music Hall','Chicago, IL','Friday','12/11/2026','10:00 PM','8259971','Richard-Finger-12-11-2026'],['Face To Face: Sparta, Sludgeworth & The Bollweevils','Concord Music Hall','Chicago, IL','Saturday','12/12/2026','6:00 PM','8152727','Face-To-Face--Sparta--Sludgeworth---The-Bollweevils-12-12-2026']],'Concord Music Hall','http://www.ticketnetwork.com/ticket/Concord-Music-Hall-events.aspx');