// 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 += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-01A TN_Widget.CreateTable([['Soccer Mommy','District Music Hall','Norwalk, CT','Thursday','9/18/2025','8:00 PM','7141723','Soccer-Mommy-9-18-2025'],['Deafheaven','District Music Hall','Norwalk, CT','Friday','9/19/2025','8:00 PM','7271537','Deafheaven-9-19-2025'],['Life of Agony','District Music Hall','Norwalk, CT','Sunday','9/21/2025','7:30 PM','7144100','Life-of-Agony-9-21-2025'],['Geordie Greep','District Music Hall','Norwalk, CT','Monday','9/22/2025','7:30 PM','7145716','Geordie-Greep-9-22-2025'],['Cavalera Chaos A.D.','District Music Hall','Norwalk, CT','Tuesday','9/23/2025','8:00 PM','7203919','Cavalera-Chaos-A-D--9-23-2025'],['Panchiko','District Music Hall','Norwalk, CT','Saturday','9/27/2025','7:30 PM','7143060','Panchiko-9-27-2025'],['Micky Dolenz','District Music Hall','Norwalk, CT','Sunday','9/28/2025','7:30 PM','6876630','Micky-Dolenz-9-28-2025'],['Dark Angel','District Music Hall','Norwalk, CT','Tuesday','9/30/2025','7:00 PM','7270966','Dark-Angel-9-30-2025'],['G Flip','District Music Hall','Norwalk, CT','Sunday','10/5/2025','8:00 PM','7270022','G-Flip-10-5-2025'],['Pat Metheny','District Music Hall','Norwalk, CT','Wednesday','10/8/2025','7:30 PM','7060369','Pat-Metheny-10-8-2025'],['6arelyhuman','District Music Hall','Norwalk, CT','Friday','10/10/2025','8:00 PM','7271505','6arelyhuman-10-10-2025'],['Eli Young Band','District Music Hall','Norwalk, CT','Thursday','10/16/2025','8:00 PM','7060381','Eli-Young-Band-10-16-2025'],['Jeff Tweedy','District Music Hall','Norwalk, CT','Friday','10/17/2025','7:30 PM','7271185','Jeff-Tweedy-10-17-2025'],['Gary Numan','District Music Hall','Norwalk, CT','Saturday','10/18/2025','8:00 PM','7168627','Gary-Numan-10-18-2025'],['Indigo De Souza','District Music Hall','Norwalk, CT','Saturday','10/25/2025','8:00 PM','7194363','Indigo-De-Souza-10-25-2025'],['Belly - The Band','District Music Hall','Norwalk, CT','Sunday','10/26/2025','8:00 PM','7022724','Belly---The-Band-10-26-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'],['Screeching Weasel','District Music Hall','Norwalk, CT','Thursday','3/19/2026','8:00 PM','7344306','Screeching-Weasel-3-19-2026'],['Ben Folds','District Music Hall','Norwalk, CT','Thursday','5/7/2026','7:30 PM','7167581','Ben-Folds-5-7-2026']],'Norwalk Concert Hall','https://www.ticketnetwork.com/ticket/Norwalk-Concert-Hall-events.aspx');