// 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-04A TN_Widget.CreateTable([['Lez Zeppelin','District Music Hall','Norwalk, CT','Saturday','2/8/2025','8:00 PM','6820340','Lez-Zeppelin-2-8-2025'],['Lauren Mayberry','District Music Hall','Norwalk, CT','Saturday','2/15/2025','8:00 PM','6789859','Lauren-Mayberry-2-15-2025'],['Travis - The Band','District Music Hall','Norwalk, CT','Sunday','2/16/2025','8:00 PM','6495853','Travis---The-Band-2-16-2025'],['Thievery Corporation','District Music Hall','Norwalk, CT','Wednesday','2/26/2025','8:00 PM','6889064','Thievery-Corporation-2-26-2025'],['Kim Deal','District Music Hall','Norwalk, CT','Thursday','3/6/2025','8:00 PM','6886547','Kim-Deal-3-6-2025'],['Rufus Wainwright','District Music Hall','Norwalk, CT','Friday','3/7/2025','8:00 PM','6820382','Rufus-Wainwright-3-7-2025'],['Of Montreal','District Music Hall','Norwalk, CT','Wednesday','3/26/2025','8:00 PM','6864438','Of-Montreal-3-26-2025'],['Start Making Sense - Talking Heads Tribute','District Music Hall','Norwalk, CT','Saturday','3/29/2025','8:00 PM','6913803','Start-Making-Sense---Talking-Heads-Tribute-3-29-2025'],['Explosions In the Sky','District Music Hall','Norwalk, CT','Friday','4/11/2025','8:00 PM','6741657','Explosions-In-the-Sky-4-11-2025'],['Dean Lewis','District Music Hall','Norwalk, CT','Tuesday','4/15/2025','8:00 PM','6501289','Dean-Lewis-4-15-2025'],['Gene Loves Jezebel','District Music Hall','Norwalk, CT','Friday','4/18/2025','8:00 PM','6916583','Gene-Loves-Jezebel-4-18-2025'],['Rodney Crowell','District Music Hall','Norwalk, CT','Friday','4/25/2025','8:00 PM','6876946','Rodney-Crowell-4-25-2025'],['The Bouncing Souls','District Music Hall','Norwalk, CT','Thursday','5/1/2025','7:00 PM','6958919','The-Bouncing-Souls-5-1-2025'],['Twin Tribes','District Music Hall','Norwalk, CT','Friday','5/2/2025','8:00 PM','6969191','Twin-Tribes-5-2-2025'],['Valerie June','District Music Hall','Norwalk, CT','Wednesday','5/7/2025','8:00 PM','6861815','Valerie-June-5-7-2025'],['The Del McCoury Band','District Music Hall','Norwalk, CT','Friday','5/9/2025','8:00 PM','6916584','The-Del-McCoury-Band-5-9-2025'],['The Wonder Years','District Music Hall','Norwalk, CT','Friday','5/16/2025','8:00 PM','6955524','The-Wonder-Years-5-16-2025'],['Reverend Horton Heat','District Music Hall','Norwalk, CT','Saturday','6/21/2025','8:00 PM','6931344','Reverend-Horton-Heat-6-21-2025'],['Murder By Death','District Music Hall','Norwalk, CT','Wednesday','6/25/2025','7:00 PM','6965410','Murder-By-Death-6-25-2025'],['Godspeed You! Black Emperor','District Music Hall','Norwalk, CT','Friday','6/27/2025','8:00 PM','6488782','Godspeed-You--Black-Emperor-6-27-2025'],['Micky Dolenz','District Music Hall','Norwalk, CT','Sunday','9/28/2025','7:30 PM','6876630','Micky-Dolenz-9-28-2025']],'Norwalk Concert Hall','https://www.ticketnetwork.com/ticket/Norwalk-Concert-Hall-events.aspx');