//
var TN_Widget = function() {
return {
CreateEventRow : function(row, isAlt) {
return "
" +
row[3] + " " +
row[4] + " " +
row[5] + " | " +
row[0] + " | " +
row[1] + " " +
row[2] + " | Tickets |
";
},
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,kwds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
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 && kwds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-04A
TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/WidgetStyle11.css');
TN_Widget.CreateTable([['Disturbed, Daughtry & Nothing More','KeyBank Center','Buffalo, NY','Friday','4/4/2025','6:30 PM','6756929','Disturbed--Daughtry---Nothing-More-4-4-2025'],['Disturbed, Daughtry & Nothing More','PPG Paints Arena','Pittsburgh, PA','Saturday','4/5/2025','6:30 PM','6756932','Disturbed--Daughtry---Nothing-More-4-5-2025'],['Disturbed, Daughtry & Nothing More','Scotiabank Arena','Toronto, Canada','Monday','4/7/2025','6:30 PM','6756967','Disturbed--Daughtry---Nothing-More-4-7-2025'],['Disturbed, Daughtry & Nothing More','Gainbridge Fieldhouse','Indianapolis, IN','Wednesday','4/9/2025','6:30 PM','6756936','Disturbed--Daughtry---Nothing-More-4-9-2025'],['Disturbed, Daughtry & Nothing More','Spectrum Center','Charlotte, NC','Saturday','4/12/2025','6:30 PM','6756937','Disturbed--Daughtry---Nothing-More-4-12-2025'],['Disturbed, Daughtry & Nothing More','Lenovo Center','Raleigh, NC','Monday','4/14/2025','6:30 PM','6756975','Disturbed--Daughtry---Nothing-More-4-14-2025'],['Disturbed, Daughtry & Nothing More','Legacy Arena at The BJCC','Birmingham, AL','Wednesday','4/16/2025','6:30 PM','6756938','Disturbed--Daughtry---Nothing-More-4-16-2025'],['Disturbed, Daughtry & Nothing More','Amerant Bank Arena','Sunrise, FL','Friday','4/18/2025','6:30 PM','6756939','Disturbed--Daughtry---Nothing-More-4-18-2025'],['Disturbed, Daughtry & Nothing More','Gas South Arena','Duluth, GA','Wednesday','4/23/2025','6:30 PM','6756940','Disturbed--Daughtry---Nothing-More-4-23-2025'],['Disturbed, Daughtry & Nothing More','Frost Bank Center','San Antonio, TX','Friday','4/25/2025','6:30 PM','6756941','Disturbed--Daughtry---Nothing-More-4-25-2025'],['Disturbed, Daughtry & Nothing More','Dickies Arena','Fort Worth, TX','Saturday','4/26/2025','6:30 PM','6756942','Disturbed--Daughtry---Nothing-More-4-26-2025'],['Disturbed, Daughtry & Nothing More','Paycom Center','Oklahoma City, OK','Monday','4/28/2025','6:30 PM','6756943','Disturbed--Daughtry---Nothing-More-4-28-2025'],['Disturbed, Daughtry & Nothing More','Climate Pledge Arena','Seattle, WA','Monday','5/5/2025','6:30 PM','6756945','Disturbed--Daughtry---Nothing-More-5-5-2025'],['Disturbed, Daughtry & Nothing More','Moda Center at the Rose Quarter','Portland, OR','Wednesday','5/7/2025','6:30 PM','6756947','Disturbed--Daughtry---Nothing-More-5-7-2025'],['Disturbed, Daughtry & Nothing More','Golden 1 Center','Sacramento, CA','Friday','5/9/2025','6:30 PM','6756950','Disturbed--Daughtry---Nothing-More-5-9-2025'],['Disturbed, Daughtry & Nothing More','Chase Center','San Francisco, CA','Saturday','5/10/2025','6:30 PM','6756951','Disturbed--Daughtry---Nothing-More-5-10-2025'],['Disturbed, Daughtry & Nothing More','The Kia Forum','Inglewood, CA','Tuesday','5/13/2025','6:30 PM','6756954','Disturbed--Daughtry---Nothing-More-5-13-2025'],['Disturbed, Daughtry & Nothing More','PHX Arena','Phoenix, AZ','Thursday','5/15/2025','6:30 PM','6756956','Disturbed--Daughtry---Nothing-More-5-15-2025'],['Disturbed, Daughtry & Nothing More','MGM Grand Garden Arena','Las Vegas, NV','Saturday','5/17/2025','6:30 PM','6756960','Disturbed--Daughtry---Nothing-More-5-17-2025'],['Disturbed','O2 Arena - London','London, United Kingdom','Sunday','10/26/2025','6:00 PM','7024526','Disturbed-10-26-2025']],'Disturbed','http://www.ticketnetwork.com/ticket/Disturbed-events.aspx');