//
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 += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-03A
TN_Widget.CreateTable([['Michael Minelli','DC9 Nightclub','Washington, DC','Tuesday','9/23/2025','8:00 PM','7166964','Michael-Minelli-9-23-2025'],['Mehro','DC9 Nightclub','Washington, DC','Saturday','9/27/2025','7:30 PM','7237578','Mehro-9-27-2025'],['Kenzie Cait','DC9 Nightclub','Washington, DC','Tuesday','9/30/2025','8:00 PM','7230460','Kenzie-Cait-9-30-2025'],['Pixel Grip','DC9 Nightclub','Washington, DC','Friday','10/3/2025','7:30 PM','7144284','Pixel-Grip-10-3-2025'],['Slater - Band','DC9 Nightclub','Washington, DC','Monday','10/6/2025','8:00 PM','7205561','Slater---Band-10-6-2025'],['The Murder Capital','DC9 Nightclub','Washington, DC','Tuesday','10/7/2025','8:00 PM','7033776','The-Murder-Capital-10-7-2025'],['Bass Drum of Death','DC9 Nightclub','Washington, DC','Wednesday','10/8/2025','8:00 PM','7239138','Bass-Drum-of-Death-10-8-2025'],['Cole Chaney','DC9 Nightclub','Washington, DC','Thursday','10/9/2025','8:00 PM','7288415','Cole-Chaney-10-9-2025'],['Guerilla Toss','DC9 Nightclub','Washington, DC','Tuesday','10/14/2025','8:00 PM','7246999','Guerilla-Toss-10-14-2025'],['South Arcade','DC9 Nightclub','Washington, DC','Friday','10/17/2025','7:30 PM','7207558','South-Arcade-10-17-2025'],['Kumo 99','DC9 Nightclub','Washington, DC','Friday','10/24/2025','7:30 PM','7213614','Kumo-99-10-24-2025'],['Winter','DC9 Nightclub','Washington, DC','Sunday','10/26/2025','8:00 PM','7170553','Winter-10-26-2025'],['Rexx Life Raj','DC9 Nightclub','Washington, DC','Tuesday','10/28/2025','8:00 PM','7338411','Rexx-Life-Raj-10-28-2025'],['Hotel Mira','DC9 Nightclub','Washington, DC','Thursday','10/30/2025','8:00 PM','7223641','Hotel-Mira-10-30-2025'],['The Toxhards','DC9 Nightclub','Washington, DC','Friday','10/31/2025','7:30 PM','7283980','The-Toxhards-10-31-2025'],['Surf Hat','DC9 Nightclub','Washington, DC','Saturday','11/1/2025','7:30 PM','7286723','Surf-Hat-11-1-2025'],['Skrilla','DC9 Nightclub','Washington, DC','Tuesday','11/4/2025','8:00 PM','7365926','Skrilla-11-4-2025'],['Rocket','DC9 Nightclub','Washington, DC','Thursday','11/6/2025','8:00 PM','7193354','Rocket-11-6-2025'],['VOILA','DC9 Nightclub','Washington, DC','Friday','11/7/2025','7:30 PM','7235134','VOILA-11-7-2025'],['Post Animal','DC9 Nightclub','Washington, DC','Monday','11/10/2025','8:00 PM','7100093','Post-Animal-11-10-2025'],['Sons of Legion','DC9 Nightclub','Washington, DC','Tuesday','11/18/2025','8:00 PM','7402784','Sons-of-Legion-11-18-2025'],['The Bends','DC9 Nightclub','Washington, DC','Thursday','11/20/2025','8:00 PM','7241524','The-Bends-11-20-2025'],['Toledo','DC9 Nightclub','Washington, DC','Wednesday','12/3/2025','8:00 PM','7261627','Toledo-12-3-2025'],['Teethe','DC9 Nightclub','Washington, DC','Thursday','12/4/2025','8:00 PM','7143798','Teethe-12-4-2025'],['Steve Gunn','DC9 Nightclub','Washington, DC','Saturday','12/6/2025','7:30 PM','7389195','Steve-Gunn-12-6-2025'],['Gurriers','DC9 Nightclub','Washington, DC','Friday','3/13/2026','7:30 PM','7400373','Gurriers-3-13-2026']],'DC9 Nightclub','http://www.ticketnetwork.com/ticket/DC9-Nightclub-events.aspx');