//
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-03A
TN_Widget.CreateTable([['Route 101 - A Tribute to Depeche Mode','Warehouse Live Midtown','Houston, TX','Thursday','5/15/2025','7:00 PM','7122548','Route-101---A-Tribute-to-Depeche-Mode-5-15-2025'],['Strangelove - The Depeche Mode Experience','Belly Up Tavern','Solana Beach, CA','Saturday','5/24/2025','9:00 PM','6996948','Strangelove---The-Depeche-Mode-Experience-5-24-2025'],['Strangelove - The Depeche Mode Experience','Virginia Street Brewhouse - Reno','Reno, NV','Friday','5/30/2025','8:00 PM','7022813','Strangelove---The-Depeche-Mode-Experience-5-30-2025'],['Strangelove - The Depeche Mode Experience','Nile Theater - CA','Bakersfield, CA','Saturday','5/31/2025','8:00 PM','7028642','Strangelove---The-Depeche-Mode-Experience-5-31-2025'],['Burn - The Cure Experience & Fast Fashion - The Depeche Mode Experience','191 Toole','Tucson, AZ','Saturday','7/19/2025','8:00 PM','7082187','Burn---The-Cure-Experience---Fast-Fashion---The-Depeche-Mode-Experience-7-19-2025'],['Devotional - Depeche Mode Tribute','The Hangar at Orange County Fair & Exposition Center','Costa Mesa, CA','Wednesday','7/23/2025','8:15 PM','6988073','Devotional---Depeche-Mode-Tribute-7-23-2025'],['Great South Bay Music Festival: Taking Back Sunday, moe. & Umphrey's McGee - 4 Day Pass','Shorefront Park','Patchogue, NY','Thursday','7/24/2025','TBD','6849352','Great-South-Bay-Music-Festival--Taking-Back-Sunday--moe----Umphrey-s-McGee---4-Day-Pass-7-24-2025'],['Strangelove - The Depeche Mode Experience','Suffolk Theater','Riverhead, NY','Friday','7/25/2025','8:00 PM','7138040','Strangelove---The-Depeche-Mode-Experience-7-25-2025'],['Strangelove - The Depeche Mode Experience','Sony Hall','New York, NY','Saturday','7/26/2025','8:00 PM','7083401','Strangelove---The-Depeche-Mode-Experience-7-26-2025'],['Great South Bay Music Festival: Yacht Rock Revue, Men At Work & Naked Eyes - Sunday','Shorefront Park','Patchogue, NY','Sunday','7/27/2025','2:00 PM','6849356','Great-South-Bay-Music-Festival--Yacht-Rock-Revue--Men-At-Work---Naked-Eyes---Sunday-7-27-2025'],['Strangelove - The Depeche Mode Experience','House Of Blues - Anaheim','Anaheim, CA','Friday','8/15/2025','7:00 PM','7108268','Strangelove---The-Depeche-Mode-Experience-8-15-2025'],['Strangelove - The Depeche Mode Experience','The Wiltern','Los Angeles, CA','Saturday','8/16/2025','7:00 PM','7108267','Strangelove---The-Depeche-Mode-Experience-8-16-2025']],'Depeche Mode','https://www.ticketnetwork.com/ticket/Depeche-Mode-events.aspx');