//
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([['Route 101 - A Tribute to Depeche Mode','Warehouse Live Midtown','Houston, TX','Sunday','3/15/2026','3:00 PM','7740506','Route-101---A-Tribute-to-Depeche-Mode-3-15-2026'],['Strangelove - The Depeche Mode Experience','West Herr Riviera Theatre','North Tonawanda, NY','Saturday','4/4/2026','7:30 PM','7611987','Strangelove---The-Depeche-Mode-Experience-4-4-2026'],['Depeche Mode Dance Party','Black Cat - DC','Washington, DC','Saturday','4/18/2026','9:00 PM','7712972','Depeche-Mode-Dance-Party-4-18-2026'],['Strangelove - The Depeche Mode Experience','Napa Music Hall','Napa, CA','Friday','4/24/2026','8:00 PM','7760474','Strangelove---The-Depeche-Mode-Experience-4-24-2026'],['Strangelove - The Depeche Mode Experience','Amphitheater At Quarry Park','Rocklin, CA','Saturday','4/25/2026','7:00 PM','7719111','Strangelove---The-Depeche-Mode-Experience-4-25-2026'],['Strangelove - The Depeche Mode Experience','Paramount Theatre - Austin, TX','Austin, TX','Saturday','5/2/2026','8:00 PM','7785919','Strangelove---The-Depeche-Mode-Experience-5-2-2026'],['Fast Fashion - The Depeche Mode Experience','Mauch Chunk Opera House','Jim Thorpe, PA','Friday','5/8/2026','8:00 PM','7746289','Fast-Fashion---The-Depeche-Mode-Experience-5-8-2026'],['A Flock of Seagulls & Strangelove - The Depeche Mode Experience','The Pageant','St. Louis, MO','Friday','5/8/2026','8:00 PM','7767815','A-Flock-of-Seagulls---Strangelove---The-Depeche-Mode-Experience-5-8-2026'],['Strangelove - The Depeche Mode Experience','Mystic Theatre','Petaluma, CA','Friday','5/15/2026','8:30 PM','7728053','Strangelove---The-Depeche-Mode-Experience-5-15-2026'],['Strangelove - The Depeche Mode Experience','Cornerstone - CA','Berkeley, CA','Saturday','5/16/2026','9:00 PM','7718933','Strangelove---The-Depeche-Mode-Experience-5-16-2026'],['A Flock of Seagulls & Strangelove - The Depeche Mode Experience','The Caverns - TN','Pelham, TN','Friday','5/22/2026','8:00 PM','7724000','A-Flock-of-Seagulls---Strangelove---The-Depeche-Mode-Experience-5-22-2026'],['Music For The Masses - Tribute to Depeche Mode','Magic Bag','Ferndale, MI','Friday','6/5/2026','7:00 PM','7741308','Music-For-The-Masses---Tribute-to-Depeche-Mode-6-5-2026'],['Strangelove - The Depeche Mode Experience','Fremont Theater - CA','San Luis Obispo, CA','Friday','6/5/2026','8:00 PM','7743560','Strangelove---The-Depeche-Mode-Experience-6-5-2026'],['Strangelove - The Depeche Mode Experience','Golden State Theatre','Monterey, CA','Saturday','6/6/2026','8:00 PM','7720891','Strangelove---The-Depeche-Mode-Experience-6-6-2026'],['Devotional - Depeche Mode Tribute','Downey Civic Theatre','Downey, CA','Friday','6/12/2026','8:00 PM','7784371','Devotional---Depeche-Mode-Tribute-6-12-2026'],['Devotional - Depeche Mode Tribute','The Hangar at Orange County Fair & Exposition Center','Costa Mesa, CA','Sunday','7/19/2026','8:15 PM','7681781','Devotional---Depeche-Mode-Tribute-7-19-2026'],['Strangelove - The Depeche Mode Experience','Ludlow Garage','Cincinnati, OH','Friday','8/28/2026','7:30 PM','7766708','Strangelove---The-Depeche-Mode-Experience-8-28-2026'],['Devotional & Generation Idol','Coach House - Capistrano','San Juan Capistrano, CA','Saturday','8/29/2026','8:00 PM','7674875','Devotional---Generation-Idol-8-29-2026']],'Depeche Mode','https://www.ticketnetwork.com/ticket/Depeche-Mode-events.aspx');