//
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([['Ariel Posen','Beat Kitchen','Chicago, IL','Sunday','8/30/2026','8:00 PM','7851625','Ariel-Posen-8-30-2026'],['Henry Moodie','Beat Kitchen','Chicago, IL','Monday','9/7/2026','7:30 PM','8074748','Henry-Moodie-9-7-2026'],['overtonight','Beat Kitchen','Chicago, IL','Thursday','9/10/2026','TBD','8020016','overtonight-9-10-2026'],['overtonight','Beat Kitchen','Chicago, IL','Thursday','9/10/2026','7:00 PM','8035443','overtonight-9-10-2026'],['Bob Log III','Beat Kitchen','Chicago, IL','Monday','9/14/2026','8:00 PM','8061012','Bob-Log-III-9-14-2026'],['Joe Jordan ','Beat Kitchen','Chicago, IL','Tuesday','9/15/2026','8:00 PM','8084158','Joe-Jordan--9-15-2026'],['Gabe Lee','Beat Kitchen','Chicago, IL','Friday','9/18/2026','6:30 PM','8060984','Gabe-Lee-9-18-2026'],['Not That Innocent: 2000s Dance Party','Beat Kitchen','Chicago, IL','Friday','9/18/2026','9:00 PM','8128983','Not-That-Innocent--2000s-Dance-Party-9-18-2026'],['Marty Schwartz','Beat Kitchen','Chicago, IL','Saturday','9/19/2026','8:30 PM','7896052','Marty-Schwartz-9-19-2026'],['Gable Price','Beat Kitchen','Chicago, IL','Sunday','9/20/2026','8:00 PM','7916272','Gable-Price-9-20-2026'],['Phoebe Ryan','Beat Kitchen','Chicago, IL','Thursday','9/24/2026','8:00 PM','7979827','Phoebe-Ryan-9-24-2026'],['Charlie Burg','Beat Kitchen','Chicago, IL','Saturday','9/26/2026','7:30 PM','8100150','Charlie-Burg-9-26-2026'],['Unsane','Beat Kitchen','Chicago, IL','Sunday','9/27/2026','8:00 PM','7896079','Unsane-9-27-2026'],['The Holdup','Beat Kitchen','Chicago, IL','Friday','10/2/2026','8:00 PM','8048560','The-Holdup-10-2-2026'],['Cryogeyser','Beat Kitchen','Chicago, IL','Saturday','10/3/2026','5:30 PM','8121413','Cryogeyser-10-3-2026'],['Ian McConnell','Beat Kitchen','Chicago, IL','Sunday','10/4/2026','8:00 PM','8060989','Ian-McConnell-10-4-2026'],['Ambre','Beat Kitchen','Chicago, IL','Saturday','10/10/2026','8:00 PM','8149074','Ambre-10-10-2026'],['First to Eleven','Beat Kitchen','Chicago, IL','Sunday','10/11/2026','8:00 PM','8142774','First-to-Eleven-10-11-2026'],['Tiana Major9','Beat Kitchen','Chicago, IL','Tuesday','10/13/2026','7:30 PM','8061004','Tiana-Major9-10-13-2026'],['Magenta Wave','Beat Kitchen','Chicago, IL','Wednesday','10/14/2026','8:00 PM','8061000','Magenta-Wave-10-14-2026'],['Baby Bugs','Beat Kitchen','Chicago, IL','Friday','10/23/2026','6:30 PM','7850001','Baby-Bugs-10-23-2026'],['Austin Giorgio','Beat Kitchen','Chicago, IL','Sunday','11/8/2026','7:00 PM','8056568','Austin-Giorgio-11-8-2026'],['Qendresa','Beat Kitchen','Chicago, IL','Tuesday','11/10/2026','7:00 PM','8207643','Qendresa-11-10-2026'],['Jady','Beat Kitchen','Chicago, IL','Tuesday','11/24/2026','8:00 PM','8074595','Jady-11-24-2026'],['Missio','Beat Kitchen','Chicago, IL','Wednesday','1/13/2027','8:00 PM','8200547','Missio-1-13-2027']],'Beat Kitchen','http://www.ticketnetwork.com/ticket/Beat-Kitchen-events.aspx');