//
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 += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-04A
TN_Widget.CreateTable([['Gareth Emery','Echostage','Washington, DC','Friday','9/18/2026','10:00 PM','7942363','Gareth-Emery-9-18-2026'],['Ian Asher','Echostage','Washington, DC','Saturday','9/19/2026','10:00 PM','8113522','Ian-Asher-9-19-2026'],['I Hate Models','Echostage','Washington, DC','Friday','9/25/2026','10:00 PM','8062347','I-Hate-Models-9-25-2026'],['Gorgon City','Echostage','Washington, DC','Saturday','9/26/2026','10:00 PM','8080561','Gorgon-City-9-26-2026'],['Peggy Gou','Echostage','Washington, DC','Friday','10/2/2026','10:00 PM','8227401','Peggy-Gou-10-2-2026'],['Meduza','Echostage','Washington, DC','Saturday','10/3/2026','10:00 PM','8091619','Meduza-10-3-2026'],['Reggaeton Rave','Echostage','Washington, DC','Friday','10/9/2026','10:00 PM','8263802','Reggaeton-Rave-10-9-2026'],['Afrojack','Echostage','Washington, DC','Saturday','10/10/2026','10:00 PM','8065378','Afrojack-10-10-2026'],['San Holo','Echostage','Washington, DC','Saturday','10/17/2026','10:00 PM','7845366','San-Holo-10-17-2026'],['Jpegmafia','Echostage','Washington, DC','Wednesday','10/21/2026','9:00 PM','7923730','Jpegmafia-10-21-2026'],['Chris Lorenzo','Echostage','Washington, DC','Friday','10/23/2026','10:00 PM','8237453','Chris-Lorenzo-10-23-2026'],['Yousuke Yukimatsu','Echostage','Washington, DC','Saturday','10/24/2026','10:00 PM','8059977','Yousuke-Yukimatsu-10-24-2026'],['Eli Brown','Echostage','Washington, DC','Friday','10/30/2026','10:00 PM','8095612','Eli-Brown-10-30-2026'],['Madeon','Echostage','Washington, DC','Saturday','11/7/2026','10:00 PM','7945881','Madeon-11-7-2026'],['Odesza (DJ Set)','Echostage','Washington, DC','Thursday','11/12/2026','8:00 PM','8237147','Odesza--DJ-Set--11-12-2026'],['Brutalismus 3000','Echostage','Washington, DC','Friday','11/13/2026','10:00 PM','8242747','Brutalismus-3000-11-13-2026'],['Jessie Reyez','Echostage','Washington, DC','Wednesday','11/18/2026','8:00 PM','8231892','Jessie-Reyez-11-18-2026'],['Eric Prydz','Echostage','Washington, DC','Friday','11/20/2026','10:00 PM','8204951','Eric-Prydz-11-20-2026'],['Syd','Echostage','Washington, DC','Thursday','12/3/2026','8:00 PM','8267893','Syd-12-3-2026'],['Max Styler','Echostage','Washington, DC','Friday','12/4/2026','10:00 PM','8227188','Max-Styler-12-4-2026'],['Daily Bread','Echostage','Washington, DC','Saturday','12/12/2026','10:00 PM','8133902','Daily-Bread-12-12-2026'],['Twinsick','Echostage','Washington, DC','Saturday','1/30/2027','10:00 PM','8271468','Twinsick-1-30-2027'],['Polyphia','Echostage','Washington, DC','Tuesday','3/9/2027','7:30 PM','8056764','Polyphia-3-9-2027']],'Echo Stage','https://www.ticketnetwork.com/ticket/Echo-Stage-events.aspx');