// 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-03A TN_Widget.CreateTable([['Twinsick','Echostage','Washington, DC','Friday','9/19/2025','10:00 PM','7204566','Twinsick-9-19-2025'],['RuPaul (DJ Set)','Echostage','Washington, DC','Saturday','9/20/2025','10:00 PM','7285955','RuPaul--DJ-Set--9-20-2025'],['Hardwell','Echostage','Washington, DC','Thursday','9/25/2025','9:00 PM','7283596','Hardwell-9-25-2025'],['Dillon Francis','Echostage','Washington, DC','Friday','9/26/2025','10:00 PM','7373277','Dillon-Francis-9-26-2025'],['Tchami & AC Slater','Echostage','Washington, DC','Saturday','9/27/2025','10:00 PM','7073529','Tchami---AC-Slater-9-27-2025'],['Lil Tecca AKA TEC','Echostage','Washington, DC','Tuesday','9/30/2025','8:00 PM','7283578','Lil-Tecca-AKA-TEC-9-30-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'],['Chance The Rapper','Echostage','Washington, DC','Wednesday','10/8/2025','8:00 PM','7319573','Chance-The-Rapper-10-8-2025'],['Loud Luxury','Echostage','Washington, DC','Saturday','10/11/2025','10:00 PM','7212592','Loud-Luxury-10-11-2025'],['Freddie Gibbs','Echostage','Washington, DC','Sunday','10/12/2025','7:00 PM','7308179','Freddie-Gibbs-10-12-2025'],['Black Tiger Sex Machine','Echostage','Washington, DC','Friday','10/17/2025','10:00 PM','7275122','Black-Tiger-Sex-Machine-10-17-2025'],['Matroda','Echostage','Washington, DC','Saturday','10/18/2025','10:00 PM','7225645','Matroda-10-18-2025'],['Dimitri Vegas','Echostage','Washington, DC','Friday','10/24/2025','10:00 PM','7355924','Dimitri-Vegas-10-24-2025'],['Ray Volpe','Echostage','Washington, DC','Saturday','10/25/2025','10:00 PM','7320288','Ray-Volpe-10-25-2025'],['Chris Lake','Echostage','Washington, DC','Thursday','10/30/2025','10:00 PM','7276142','Chris-Lake-10-30-2025'],['Chris Lake','Echostage','Washington, DC','Friday','10/31/2025','10:00 PM','7262686','Chris-Lake-10-31-2025'],['Odd Mob','Echostage','Washington, DC','Friday','11/14/2025','10:00 PM','7281789','Odd-Mob-11-14-2025'],['Joey Bada$$','Echostage','Washington, DC','Tuesday','11/18/2025','7:00 PM','7350674','Joey-Bada---11-18-2025'],['El Alfa','Echostage','Washington, DC','Thursday','11/20/2025','7:00 PM','7152857','El-Alfa-11-20-2025'],['ARMNHMR','Echostage','Washington, DC','Friday','11/21/2025','10:00 PM','7292452','ARMNHMR-11-21-2025'],['Tape B','Echostage','Washington, DC','Saturday','11/29/2025','10:00 PM','7260644','Tape-B-11-29-2025'],['J.I.D.','Echostage','Washington, DC','Monday','12/8/2025','7:00 PM','7353228','J-I-D--12-8-2025']],'Echo Stage','https://www.ticketnetwork.com/ticket/Echo-Stage-events.aspx');