//
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([['Bingo Loco','District Music Hall','Norwalk, CT','Saturday','11/8/2025','7:00 PM','7436497','Bingo-Loco-11-8-2025'],['CG5','District Music Hall','Norwalk, CT','Saturday','11/15/2025','7:00 PM','7163039','CG5-11-15-2025'],['The Crane Wives','District Music Hall','Norwalk, CT','Sunday','11/16/2025','7:30 PM','7305864','The-Crane-Wives-11-16-2025'],['Atreyu','District Music Hall','Norwalk, CT','Saturday','11/22/2025','7:00 PM','7194327','Atreyu-11-22-2025'],['The Aimee Mann and Ted Leo Christmas Show: Paul F. Thompkins, Nellie McKay & Josh Gondelman','District Music Hall','Norwalk, CT','Thursday','12/4/2025','8:00 PM','7397599','The-Aimee-Mann-and-Ted-Leo-Christmas-Show--Paul-F--Thompkins--Nellie-McKay---Josh-Gondelman-12-4-2025'],['Paula Poundstone','District Music Hall','Norwalk, CT','Friday','12/12/2025','8:00 PM','7271009','Paula-Poundstone-12-12-2025'],['The Disco Biscuits','District Music Hall','Norwalk, CT','Sunday','12/28/2025','7:00 PM','7309494','The-Disco-Biscuits-12-28-2025'],['Gogol Bordello','District Music Hall','Norwalk, CT','Friday','1/2/2026','8:00 PM','7493035','Gogol-Bordello-1-2-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'],['Sherri Shepherd','District Music Hall','Norwalk, CT','Friday','1/30/2026','8:00 PM','7472062','Sherri-Shepherd-1-30-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'],['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'],['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']],'Norwalk Concert Hall','http://www.ticketnetwork.com/ticket/Norwalk-Concert-Hall-events.aspx');