//
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-02A
TN_Widget.CreateTable([['Gogol Bordello','District Music Hall','Norwalk, CT','Friday','1/2/2026','8:00 PM','7493035','Gogol-Bordello-1-2-2026'],['Bingo Loco','District Music Hall','Norwalk, CT','Saturday','1/10/2026','7:00 PM','7553524','Bingo-Loco-1-10-2026'],['Lez Zeppelin','District Music Hall','Norwalk, CT','Friday','1/16/2026','8:00 PM','7414309','Lez-Zeppelin-1-16-2026'],['Civ','District Music Hall','Norwalk, CT','Sunday','1/18/2026','7:00 PM','7511627','Civ-1-18-2026'],['Ghostface Killah','District Music Hall','Norwalk, CT','Sunday','1/25/2026','8:00 PM','7627810','Ghostface-Killah-1-25-2026'],['Sherri Shepherd','District Music Hall','Norwalk, CT','Friday','1/30/2026','8:00 PM','7472062','Sherri-Shepherd-1-30-2026'],['The Early November & Hellogoodbye','District Music Hall','Norwalk, CT','Tuesday','2/24/2026','8:00 PM','7573647','The-Early-November---Hellogoodbye-2-24-2026'],['Femmes of Rock','District Music Hall','Norwalk, CT','Sunday','3/15/2026','8:00 PM','7414278','Femmes-of-Rock-3-15-2026'],['Screeching Weasel','District Music Hall','Norwalk, CT','Thursday','3/19/2026','8:00 PM','7344306','Screeching-Weasel-3-19-2026'],['The Outlaws','District Music Hall','Norwalk, CT','Thursday','3/26/2026','8:00 PM','7629717','The-Outlaws-3-26-2026'],['So Good - The Neil Diamond Experience','District Music Hall','Norwalk, CT','Sunday','4/12/2026','8:00 PM','7414277','So-Good---The-Neil-Diamond-Experience-4-12-2026'],['Two Feet','District Music Hall','Norwalk, CT','Tuesday','4/14/2026','8:00 PM','7562222','Two-Feet-4-14-2026'],['Ty Segall','District Music Hall','Norwalk, CT','Friday','5/1/2026','8:00 PM','7474251','Ty-Segall-5-1-2026'],['Ben Folds','District Music Hall','Norwalk, CT','Thursday','5/7/2026','7:30 PM','7167581','Ben-Folds-5-7-2026'],['Silversun Pickups','District Music Hall','Norwalk, CT','Friday','5/8/2026','7:30 PM','7545455','Silversun-Pickups-5-8-2026']],'Norwalk Concert Hall','http://www.ticketnetwork.com/ticket/Norwalk-Concert-Hall-events.aspx');