// 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 += '
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([['STS9 - Sound Tribe Sector 9','Capitol Theatre - Port Chester','Port Chester, NY','Friday','9/19/2025','8:00 PM','7071779','STS9---Sound-Tribe-Sector-9-9-19-2025'],['STS9 - Sound Tribe Sector 9 - 2 Day Pass','The Bellwether','Los Angeles, CA','Friday','11/21/2025','TBD','7277084','STS9---Sound-Tribe-Sector-9---2-Day-Pass-11-21-2025'],['STS9 - Sound Tribe Sector 9','The Bellwether','Los Angeles, CA','Friday','11/21/2025','8:00 PM','7276942','STS9---Sound-Tribe-Sector-9-11-21-2025'],['STS9 - Sound Tribe Sector 9','The Bellwether','Los Angeles, CA','Saturday','11/22/2025','8:00 PM','7276943','STS9---Sound-Tribe-Sector-9-11-22-2025'],['STS9 - Sound Tribe Sector 9','Ramova Theatre','Chicago, IL','Monday','12/29/2025','9:30 PM','7297541','STS9---Sound-Tribe-Sector-9-12-29-2025'],['STS9 - Sound Tribe Sector 9','Ramova Theatre','Chicago, IL','Tuesday','12/30/2025','9:30 PM','7297542','STS9---Sound-Tribe-Sector-9-12-30-2025'],['STS9 - Sound Tribe Sector 9','Ramova Theatre','Chicago, IL','Wednesday','12/31/2025','9:30 PM','7297564','STS9---Sound-Tribe-Sector-9-12-31-2025'],['STS9 - Sound Tribe Sector 9','Big Night Live','Boston, MA','Thursday','2/19/2026','8:00 PM','7392961','STS9---Sound-Tribe-Sector-9-2-19-2026'],['STS9 - Sound Tribe Sector 9','Capitol Theatre - Port Chester','Port Chester, NY','Friday','2/20/2026','8:00 PM','7392962','STS9---Sound-Tribe-Sector-9-2-20-2026'],['STS9 - Sound Tribe Sector 9','Irving Plaza','New York, NY','Saturday','2/21/2026','7:00 PM','7392963','STS9---Sound-Tribe-Sector-9-2-21-2026'],['STS9 - Sound Tribe Sector 9','Brooklyn Bowl - Philadelphia','Philadelphia, PA','Sunday','2/22/2026','8:00 PM','7392964','STS9---Sound-Tribe-Sector-9-2-22-2026']],'STS9','http://www.ticketnetwork.com/ticket/STS9-events.aspx');