//
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-02A
TN_Widget.CreateTable([['Excision - 2 Day Pass ','The Armory - Minneapolis','Minneapolis, MN','Friday','12/19/2025','TBD','7553042','Excision---2-Day-Pass--12-19-2025'],['Excision','The Armory - Minneapolis','Minneapolis, MN','Friday','12/19/2025','8:00 PM','7384912','Excision-12-19-2025'],['Excision','The Armory - Minneapolis','Minneapolis, MN','Saturday','12/20/2025','8:00 PM','7384913','Excision-12-20-2025'],['The Thunderdome: Excision, ATLiens, Sullivan King - 3 Day Pass','Tacoma Dome','Tacoma, WA','Friday','2/6/2026','TBD','7512617','The-Thunderdome--Excision--ATLiens--Sullivan-King---3-Day-Pass-2-6-2026'],['Excision','MGM Music Hall at Fenway Park','Boston, MA','Thursday','2/19/2026','8:00 PM','7546221','Excision-2-19-2026'],['Excision','Place Bell','Laval, Canada','Friday','2/20/2026','7:00 PM','7546353','Excision-2-20-2026'],['Excision','Place Bell','Laval, Canada','Saturday','2/21/2026','7:00 PM','7546352','Excision-2-21-2026'],['Excision','Buffalo Riverworks','Buffalo, NY','Sunday','2/22/2026','7:00 PM','7549915','Excision-2-22-2026'],['Excision','The Andrew J Brady ICON Music Center','Cincinnati, OH','Monday','2/23/2026','7:00 PM','7546218','Excision-2-23-2026'],['Excision','The Pinnacle At Nashville Yards','Nashville, TN','Tuesday','2/24/2026','7:00 PM','7549914','Excision-2-24-2026'],['Excision','The Criterion - Oklahoma City','Oklahoma City, OK','Thursday','2/26/2026','8:00 PM','7549423','Excision-2-26-2026'],['Excision - 2 Day Pass ','713 Music Hall','Houston, TX','Friday','2/27/2026','TBD','7546217','Excision---2-Day-Pass--2-27-2026'],['Excision','713 Music Hall','Houston, TX','Friday','2/27/2026','8:00 PM','7546215','Excision-2-27-2026'],['Excision','713 Music Hall','Houston, TX','Saturday','2/28/2026','8:00 PM','7546216','Excision-2-28-2026'],['Excision - 2 Day Pass ','The Kia Forum','Inglewood, CA','Friday','3/6/2026','TBD','7623949','Excision---2-Day-Pass--3-6-2026'],['Excision','The Kia Forum','Inglewood, CA','Friday','3/6/2026','7:00 PM','7622860','Excision-3-6-2026'],['Excision','The Kia Forum','Inglewood, CA','Saturday','3/7/2026','7:00 PM','7621142','Excision-3-7-2026'],['Excision','Bill Graham Civic Auditorium','San Francisco, CA','Friday','3/13/2026','7:00 PM','7603640','Excision-3-13-2026'],['Excision','Bill Graham Civic Auditorium','San Francisco, CA','Saturday','3/14/2026','7:00 PM','7603641','Excision-3-14-2026'],['Excision','Downtown Las Vegas Events Center','Las Vegas, NV','Friday','4/24/2026','TBD','7549912','Excision-4-24-2026'],['Excision','Downtown Las Vegas Events Center','Las Vegas, NV','Saturday','4/25/2026','TBD','7549913','Excision-4-25-2026']],'Excision','http://www.ticketnetwork.com/ticket/Excision-events.aspx');