// 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([['BOLO','Echostage','Washington, DC','Friday','7/4/2025','10:00 PM','7201559','BOLO-7-4-2025'],['Zedd','Echostage','Washington, DC','Saturday','7/5/2025','10:00 PM','7193360','Zedd-7-5-2025'],['Don Diablo','Echostage','Washington, DC','Saturday','7/12/2025','10:00 PM','7151842','Don-Diablo-7-12-2025'],['Stage Unlocked: Summer HipHop Bash','Echostage','Washington, DC','Friday','7/18/2025','9:00 PM','7188884','Stage-Unlocked--Summer-HipHop-Bash-7-18-2025'],['DC Afro Fest','Echostage','Washington, DC','Saturday','7/19/2025','10:00 PM','7176542','DC-Afro-Fest-7-19-2025'],['Lost Frequencies','Echostage','Washington, DC','Friday','8/1/2025','10:00 PM','7184073','Lost-Frequencies-8-1-2025'],['999999999','Echostage','Washington, DC','Saturday','8/2/2025','10:00 PM','7229525','999999999-8-2-2025'],['Trap Karaoke','Echostage','Washington, DC','Friday','8/8/2025','7:00 PM','7125618','Trap-Karaoke-8-8-2025'],['Getter','Echostage','Washington, DC','Saturday','8/9/2025','10:00 PM','7213547','Getter-8-9-2025'],['Kayzo','Echostage','Washington, DC','Saturday','8/16/2025','10:00 PM','6875855','Kayzo-8-16-2025'],['Adventure Club','Echostage','Washington, DC','Friday','8/22/2025','10:00 PM','7197069','Adventure-Club-8-22-2025'],['Joe Kay','Echostage','Washington, DC','Saturday','8/23/2025','10:00 PM','7224095','Joe-Kay-8-23-2025'],['Steve Aoki','Echostage','Washington, DC','Friday','9/5/2025','10:00 PM','7219328','Steve-Aoki-9-5-2025'],['Dimension','Echostage','Washington, DC','Saturday','9/6/2025','10:00 PM','7225194','Dimension-9-6-2025'],['Big Wild','Echostage','Washington, DC','Thursday','9/11/2025','9:00 PM','7139821','Big-Wild-9-11-2025'],['SG Lewis','Echostage','Washington, DC','Friday','9/12/2025','10:00 PM','7225770','SG-Lewis-9-12-2025'],['Twinsick','Echostage','Washington, DC','Friday','9/19/2025','10:00 PM','7204566','Twinsick-9-19-2025'],['Tchami & AC Slater','Echostage','Washington, DC','Saturday','9/27/2025','10:00 PM','7073529','Tchami---AC-Slater-9-27-2025'],['Hamdi','Echostage','Washington, DC','Saturday','10/4/2025','10:00 PM','7211405','Hamdi-10-4-2025'],['Amine','Echostage','Washington, DC','Tuesday','10/7/2025','7:00 PM','7181241','Amine-10-7-2025'],['Loud Luxury','Echostage','Washington, DC','Saturday','10/11/2025','10:00 PM','7212592','Loud-Luxury-10-11-2025'],['Matroda','Echostage','Washington, DC','Saturday','10/18/2025','10:00 PM','7225645','Matroda-10-18-2025'],['El Alfa','Echostage','Washington, DC','Thursday','11/20/2025','7:00 PM','7152857','El-Alfa-11-20-2025']],'Echo Stage','https://www.ticketnetwork.com/ticket/Echo-Stage-events.aspx');