//
var TN_Widget = function() {
var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
return {
newWindow : true,
CreateEventRow : function(row, isAlt) {
var dateArray = row[4].split('/');
var date = months[dateArray[0]] + " " + dateArray[1];
var parking = row[0].split(':')[0]
if (parking !== "PARKING") {
return "
";
}
},
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 newResults = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newResults.join('') + '
';
} else
document.write('' + newResults.join('') + '
');
if(eventData.length >= 101 && kwds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-02B
TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css');
TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css');
TN_Widget.CreateTable([['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'],['Daughtry','Rockwell At The Complex','Salt Lake City, UT','Thursday','5/1/2025','7:00 PM','7042082','Daughtry-5-1-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'],['Bradley 315 Festival: Daughtry - Friday','Bradley 315 Festival Grounds','Bourbonnais, IL','Friday','6/6/2025','6:30 PM','6934171','Bradley-315-Festival--Daughtry---Friday-6-6-2025'],['Daughtry','Jackpot Junction Casino Hotel','Morton, MN','Saturday','6/7/2025','8:00 PM','7011459','Daughtry-6-7-2025'],['Daughtry','Delaware County Fairgrounds - IA','Manchester, IA','Thursday','7/10/2025','8:30 PM','7010988','Daughtry-7-10-2025'],['Summer of '99 and Beyond Festival: Creed, Nickelback & Daughtry - 2 Day Pass','Alpine Valley Music Theatre','East Troy, WI','Friday','7/18/2025','TBD','6998160','Summer-of--99-and-Beyond-Festival--Creed--Nickelback---Daughtry---2-Day-Pass-7-18-2025'],['Ottawa Bluesfest: Papa Roach, Daughtry & Christone Kingfish Ingram - Day 8','Lebreton Flats','Ottawa, Canada','Saturday','7/19/2025','12:00 PM','7013545','Ottawa-Bluesfest--Papa-Roach--Daughtry---Christone-Kingfish-Ingram---Day-8-7-19-2025'],['Daughtry','Hard Rock Live - Hard Rock Hotel & Casino Tulsa','Catoosa, OK','Wednesday','7/30/2025','8:00 PM','7083464','Daughtry-7-30-2025'],['Boots and Hearts Music Festival: Daughtry, Hardy, Koe Wetzel & Lakeview - Sunday','Burl's Creek','Oro, Canada','Sunday','8/10/2025','2:00 PM','6754233','Boots-and-Hearts-Music-Festival--Daughtry--Hardy--Koe-Wetzel---Lakeview---Sunday-8-10-2025'],['Daughtry','Western Idaho Expo & Fair','Garden City, ID','Tuesday','8/19/2025','8:00 PM','7083189','Daughtry-8-19-2025'],['Daughtry','Benton Franklin Fairgrounds','Kennewick, WA','Wednesday','8/20/2025','7:45 PM','7045129','Daughtry-8-20-2025']],'Daughtry','http://www.ticketnetwork.com/en/search/?text=Daughtry');